Posted by Dave on 10/13/84 11:44
Greetings
I am doing a job to migrate an informix database server to mySQL DB. There
are 20 12 database which contains 300 tables.
I have made table data move working by using LOAD series SQL commands. But
it is very slow to copy table structure. Rightnow I create table one by
using (CREATE TABLE ......... ).
Is there any smart way of importing table structure?
Thanks
[Back to original message]
|