Quote:
Originally Posted by Azlord
BLOB columns are treated as binary strings (byte strings).
you need to set that column to text...
TEXT types, TINYTEXT, TEXT, MEDIUMTEXT, and LONGTEXT depending on how long the entry is.
|
Yea ive tried all of those with the same error:
#1170 - BLOB column 'DESCRIPTION' used in key specification without a key length
Very strange.
BTW im trying to do all this via myphpadmin if that makes a diffrence....