2

I am running PHP/5.3.0 with Apache/2.2.17 (Win32) in my Windows Vista PC. I have MySQL server version: 5.5.8. I have a Database.MDF file containing some tables. I want to import this data into my MySQL database. I have Microsoft SQL Server installed. I use PHP MyAdmin. Anybody got a solution or a software package?

2
  • Have you looked at some of the related questions? --> --> --> Commented Dec 4, 2011 at 17:48
  • @webturner can u give me a link? Commented Dec 5, 2011 at 6:38

2 Answers 2

2

If you don't have MSSQL installed the simplest option would be to install SQL Server Express, attach your mdf, then export from there. You have quite a few options, from the simplest csv export/import, using a tool such as OpenDbCopy, or writing custom code to connect to both database and load from one to the other.

Sign up to request clarification or add additional context in comments.

Comments

0

Have you checked this out? Importing data to MySQL from MS SQL

Or you can manually create the nysql tables, export the data from the MS into svg file and try importing it to mysql.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.