from mssql to mysql

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
ratamaster
Forum Newbie
Posts: 23
Joined: Fri Oct 15, 2004 6:36 am

from mssql to mysql

Post by ratamaster »

Hi
I have got a .bak file from mssql
Can I pass it to mysql?
How do I do it?

Alvaro
lostboy
Forum Contributor
Posts: 329
Joined: Mon Dec 30, 2002 8:12 pm
Location: toronto,canada

Post 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
Post Reply