Page 1 of 1

from mssql to mysql

Posted: Mon Nov 15, 2004 12:04 pm
by ratamaster
Hi
I have got a .bak file from mssql
Can I pass it to mysql?
How do I do it?

Alvaro

Posted: Tue Nov 16, 2004 9:02 am
by lostboy
no, its a mssql back up database file. you need to restore the db, export the db as text delimited file of some type (csv is likely best) and import that providing you have the matching structure