MySql error |
MySql error |
Jan 4 2006, 10:31 PM
Post
#1
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
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* |
Jan 4 2006, 10:37 PM
Post
#2
|
|
Guest |
varchar columns can only be up to 255 characters in length. You should use the type BLOB instead.
|
|
|
|
Jan 4 2006, 10:52 PM
Post
#3
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
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
Post
#4
|
|
Guest |
Don't pass a size along with BLOB--just do "'entry' BLOB default NULL".
|
|
|
|
Jan 5 2006, 03:37 PM
Post
#5
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
Thank you. =3
-> Topic Closed. |
|
|
|
![]() ![]() |