otuatail Posted October 10, 2007 Share Posted October 10, 2007 I am having difficulty creating a blob table CREATE TABLE IF NOT EXISTS `blob` ( `id` int( 11 ) NOT NULL AUTO_INCREMENT , `content` blob( 500 ) default NULL , PRIMARY KEY ( `id` ) ) TYPE = MYISAM AUTO_INCREMENT =1 #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 '(500) default NULL, PRIMARY KEY (`id`) ) TYPE=MyISAM AUTO_ Any help on this please. Quote Link to comment Share on other sites More sharing options...
otuatail Posted October 10, 2007 Author Share Posted October 10, 2007 Problem solved. Some text books state blog(500) but blog is al that is needed. Next problem is how to export / backup as part of the blog is saved seperatly ??? Desmond. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.