Re: table creation problems

2003-06-28 Thread Paul DuBois
At 18:11 +0200 6/28/03, anders thoresson wrote: Hi, I've three tables that my local MySQL server accepts, but when I try to create the same three tables on my ISP's server, it doesn't work. These are the three tables: CREATE TABLE un_user ( u_id INT PRIMARY KEY AUTO_INCREMENT NOT NULL,

table creation problems

2003-06-28 Thread anders thoresson
Hi, I've three tables that my local MySQL server accepts, but when I try to create the same three tables on my ISP's server, it doesn't work. These are the three tables: CREATE TABLE un_user ( u_id INT PRIMARY KEY AUTO_INCREMENT NOT NULL, u_uname VARCHAR(20) NOT NULL UNIQUE,