hi,
how can i import initial table data to .mwb file? i know that there is 'inserts' tab for each table, but i would like to import like 200 records and i don`t want to do this by hand :)
hi,
how can i import initial table data to .mwb file? i know that there is 'inserts' tab for each table, but i would like to import like 200 records and i don`t want to do this by hand :)
You can use MySql's LOAD DATA INFILE syntax to load up the records into the table. The LOAD DATA statement is built for bulk imports and is extremely fast compared to INSERT statements.