4

Is there a solution to retrieve a base Azure, and import it into MySQL?

I have recover a .bacpac but I can't find a possibility to convert .sql Thanks!

Toss Net
  • 420
  • 5
  • 13

1 Answers1

1

I believe you'll have to restore it to a local MS database server and then use one of the many third-party MSSQL-to-MySQL migration tools.

Mike Asdf
  • 2,309
  • 26
  • 34
  • 1
    l appears that export of a base Azure in a standard format is very difficult! – Toss Net Jul 04 '13 at 07:10
  • 1
    Another possibility might be to use some migration tool to connect to the azure DB directly and copy data from there. But yes, bacpacs seem to be MS-proprietary. – Mike Asdf Jul 05 '13 at 15:18