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. Link to comment https://forums.phpfreaks.com/topic/72677-solved-blob-problem/ 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. Link to comment https://forums.phpfreaks.com/topic/72677-solved-blob-problem/#findComment-366486 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.