1

I need to migrate a mysql db including data from ms azure to my regular hosting provider. I already have an empty db waiting there.

The db contains a wordpress+woocommerce and various plugin tables.

Plz help..

Everywhere i find migrating from Mysql to sql but not Sql to Mysql

2
  • Have you tried simply assuming that the Azure database is completely compatible with MySQL? Commented Jul 6, 2013 at 11:22
  • Yes i have observed and i also got the solution..thanx alot.. Commented Jul 6, 2013 at 11:24

1 Answer 1

1

You should try MySQL Workbench which can easily do a migration from SQL Server (and Azure DB) to MySQL. The migration can be on the fly or it can result in some .sql scripts that you have to load in you MySQL database using your regular client (phpMyAdmin, EMMA or of course, MySQL Workbench).

You can find additional information about the migration capabilities of MySQL Workbench here.

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

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.