Urgent can't create table

2002-03-06 Thread Victoria Reznichenko
gaouzief, Wednesday, March 06, 2002, 6:28:01 PM, you wrote: g> i get a strange "can't create table 'databasename\bigdata1.frm' g> error 140" when i try to run the following create query: g> DROP TABLE /*!32200 IF EXISTS*/ bigdata1; g> CREATE TABLE /*!32300 IF NOT EXISTS*/ bigdata1 ( g> IDData

Urgent can't create table

2002-03-06 Thread gaouzief
hi i get a strange "can't create table 'databasename\bigdata1.frm' error 140" when i try to run the following create query: DROP TABLE /*!32200 IF EXISTS*/ bigdata1; CREATE TABLE /*!32300 IF NOT EXISTS*/ bigdata1 ( IDData bigint(20) unsigned NOT NULL auto_increment, REFLang char(2) NOT NULL