MySql,

I was trying to create a table named 'con' on version 3.23.52-max-nt and found my request was ignored:

mysql>
create table if not exists con (
code integer unsigned not null auto_increment primary key,
...
...
) type=innodb;
Query OK, 0 rows affected (0.00 sec)

A 'show tables' would not list this table. Nothing showed up in the error log.

Oddly, I had some foreign key's defined to this table 'con' in later tables, which were accepted without problem??

Can anybody explain what's going on, and what I should / should not be doing??

Thanks,

Ben


---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to