Stuart Bird <[EMAIL PROTECTED]>
> CREATE TABLE ftpd (
> User varchar(16) NOT NULL default '',
> status enum('0','1') NOT NULL default '0',
[...]Should you quote the column names (in ``s or ""s depending on your MySQL settings)? Most of the time, MySQL is good at figuring out what you mean, but sometimes it blows up totally. Hope that helps, -- MJ Ray - personal email, see http://mjr.towers.org.uk/email.html Work: http://www.ttllp.co.uk/ irc.oftc.net/slef Jabber/SIP ask _______________________________________________ Peterboro mailing list [email protected] https://mailman.lug.org.uk/mailman/listinfo/peterboro
