MySQL Existing with other DBMSes

2004-01-13 Thread gohaku
require experience with Oracle or Sybase. Thank you. -Gohaku -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

LOAD DATA INFILE from any directory

2004-01-06 Thread Gohaku
started MySQL as follows: mysql --local-infile --user=username databasename Thanks in advance, -gohaku

Replicating Table Schema

2004-01-01 Thread Gohaku
Hi everyone, I was just curious if there's a shorthand way of replicating a Table Schema. I use the following to create a new Table with the same schema. create table new_table ( select * from table); delete from new_table; Thanks in advance, -gohaku -- MySQL General Mailing List For list

DROPPING NO-NAME INDEXes

2003-12-30 Thread Gohaku
hi everyone, I made a mistake of not giving a name to an index. alter table sometable add index ( field1, field2 ) I would like to remove this index but I can't figure it out. I tried: alter table sometable drop index (field1,field2) How do I fix this? Thank you. -gohaku -- MySQL General Mailing