>>>>> "edward" == edward <edward@stripped> writes:
edward> Newbie,
edward> I need to know how to go about converting a db created with m$ sql to
> work on a mysql server. What is the staring procedure?
If you know perl, you can try the 'copy-db' script, that comes with
the MySQL source version', to do this.
If not, you can probably dump the tables in some common export format
and then use the utility 'mysqlimport' or the sql command 'load data
infile' to read them into MySQL.
Regards,
Monty
| Thread |
|---|
| • No Subject | edward | 11 May |
| • No Subject | Michael Widenius | 11 May |