[problem with creating a user table ]

2001-02-20 Thread kill-9
version 3.23.32 Fix: add a space between user and ( Submitter-Id: submitter ID Originator: Organization: [EMAIL PROTECTED] MySQL support: none Synopsis: problem creating user table Severity: non-critical Priority: low Category: mysql Class: sw-bug

Re: [problem with creating a user table ]

2001-02-20 Thread Basil Hussain
Hi all, create table user( u_id int(255) not null, name varchar(255)); Notice the lack of space between user and the ( if you add a space in the statment will work. this problem only seems to happen when the table is named user. create table blah( will work fine It looks like this is