Help - Search - Members - Calendar
Full Version: MySql error
Forums > Resource Center > Webmasters' Corner > Webmasters' Corner Resolved Topics
talcumpowder
QUOTE
#1074 - Too big column length for column 'entry' (max = 255). Use BLOB instead
What'sa BLOB? &how do I fix it? In simple terms because my brain is a little... Eh at the moment.
Oh, and this is what I was trying to do....
mipadi
varchar columns can only be up to 255 characters in length. You should use the type BLOB instead.
talcumpowder
Okay, new errors now! Yay... -.-U Proves I've got zero idea what I'm doing.
QUOTE
#1064 - You have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use near '(50000) default NULL,
  `commentstatus` varchar(1) default NUL

mipadi
Don't pass a size along with BLOB--just do "'entry' BLOB default NULL".
talcumpowder
Thank you. =3
-> Topic Closed.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.