From: Daniel R. <da...@da...> - 2006-04-20 18:07:43
|
When populating the database, I get the following error: SQL query: CREATE TABLE realm( nameCHAR( 16 ) NOT NULL , titleCHAR( 64 ) NOT NULL , CHANGED TIMESTAMP NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY ( name ) ) MySQL said: #1064 - You have an error in your SQL syntax near '(16) NOT NULL, titleCHAR(64) NOT NULL, changed TIMESTAMP NOT NULL DEFA' at line 2 I tried downloading the latest two versions of mysql_populate.sql from the CVS, as suggested in an earlier message, but am still getting this error. The version of MySQL running on my webhost is 3.23.58. I'm hoping that's not the problem. :) Thanks, Dan |