Jump to content

[SOLVED] Blob problem


otuatail

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.