Re: How do youCONVERT a MSSQL Database into a MySQL Database using

It doesn’t appear that MySQL or phpMyAdmin can directly import an MSSQL database. You will have to find a way to export the database in a form that creates tables and loads them (CREATE TABLE and INSERT INTO). phpMyAdmin can “Import”

More: continued here

Leave a Reply

You must be logged in to post a comment.