Anyone know why I'm getting a MySQL error?
Posted: Tue Jan 17, 2006 3:37 pm
Sami | Please use
Any ideas?
Sami | Please use
Code: Select all
andCode: Select all
tags where appropriate when posting code. Read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color]
Why on earth why won't phpMyAdmin create a table with this:Code: Select all
CREATE TABLE `content` (
`id` INT( 2 ) NOT NULL AUTO_INCREMENT ,
`pageid` VARCHAR( 15 ) NOT NULL ,
`title` VARCHAR( 25 ) NOT NULL ,
`metatags` VARCHAR( 255 ) NOT NULL ,
`heading` VARCHAR( 40 ) NOT NULL ,
`textblock1` MEDIUMBLOB( 500 ) NOT NULL ,
`textblock2` MEDIUMBLOB( 500 ) NOT NULL ,
`image1` VARCHAR( 40 ) NOT NULL ,
`image2` VARCHAR( 40 ) NOT NULL ,
`footer` VARCHAR( 100 ) NOT NULL ,
INDEX ( `pageid` )
)Sami | Please use
Code: Select all
andCode: Select all
tags where appropriate when posting code. Read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color]