#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
Jan 4 2006, 10:37 PM
varchar columns can only be up to 255 characters in length. You should use the type BLOB instead.
talcumpowder
Jan 4 2006, 10:52 PM
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
Jan 4 2006, 11:14 PM
Don't pass a size along with BLOB--just do "'entry' BLOB default NULL".
talcumpowder
Jan 5 2006, 03:37 PM
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.