What’s wrong with this query ? MySQL doesn’t like longblob anymore ??
mysql> CREATE TABLE WGS(1 longblob);
ERROR 1064 (42000): 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 '1 longblob)' at line 1
Edit: I changed the column for a Letter it doesn’t work as well. Mysql seems to allow only at least 3 characters for column’s name..
this is correct syntax.