How to import a SQL Server .bak file into MySQL?

前端 未结 10 634
天涯浪人
天涯浪人 2020-12-02 04:52

The title is self explanatory. Is there a way of directly doing such kind of importing?

10条回答
  •  暖寄归人
    2020-12-02 05:34

    I did not manage to find a way to do it directly.

    Instead I imported the bak file into SQL Server 2008 Express, and then used MySQL Migration Toolkit.

    Worked like a charm!

提交回复
热议问题