Reaver
01-27-2002, 04:59 PM
PHPMyAdmin keeps spitting out a syntax error at me when I try to load this dumpfile:
CREATE TABLE links ( id tinyint(4) DEFAULT '0' NOT NULL AUTO_INCREMENT, link varchar(255), desc varchar(255), name varchar(255), PRIMARY KEY (id), UNIQUE id (id));
Where's the syntax error in that?? I even tried to create a table directly through PHPMyAdmin and it still gave me that.. any help would be appreciated!
CREATE TABLE links ( id tinyint(4) DEFAULT '0' NOT NULL AUTO_INCREMENT, link varchar(255), desc varchar(255), name varchar(255), PRIMARY KEY (id), UNIQUE id (id));
Where's the syntax error in that?? I even tried to create a table directly through PHPMyAdmin and it still gave me that.. any help would be appreciated!