Hi, sorry to post this here, but it's driving me crazy. On my local
machine, the following works no furys:

create table category (category_id integer primary key auto_increment,name
varchar(255) );

But on the production machine, I get:

ERROR 1064: parse error near 'auto_increment,name varchar(255) )' at line 1

Any idea why???? It's driving me nuts......

Gfunk         -          http://www.gfunk007.com/

I sense much beer in you. Beer leads to intoxication, intoxication to
hangovers, and hangovers to... suffering.




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to