[thelist] Trying to create table in MySQL DB with phpmyadmin

Christian Anderson lists at ckapublishing.com
Sat Sep 10 12:36:12 CDT 2005


Thanks, that worked great. Was it the TYPE = thing that made it work? I
think that I was missing that the first time around.

Chris 

-----Original Message-----
Chris,

Give this a shot:

 CREATE TABLE `table_CATEGORIES` (
`id` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT , `tTitle` VARCHAR( 255 ) NOT
NULL , `tLocation` VARCHAR( 255 ) NOT NULL , `tDate` DATE NOT NULL , PRIMARY
KEY ( `id` )
) TYPE = MYISAM ;


-jeremy




More information about the thelist mailing list