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

前端 未结 10 643
天涯浪人
天涯浪人 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:31

    MySql have an application to import db from microsoft sql. Steps:

    1. Open MySql Workbench
    2. Click on "Database Migration" (if it do not appear you have to install it from MySql update)
    3. Follow the Migration Task List using the simple Wizard.

提交回复
热议问题