Use Navicat to import SQL server database into mysql database

Use Navicat to import SQL server database into mysql database

1. Use Navicat Premium to open the MySql database, and then create a new database name (the database name is the name that needs to be imported from the SqlServer database, mysql only has lowercase letters, which does not affect it)

For example, if you need to import the "procuredb" database in the SqlServer database into the MySQL database, you need to create a database "procuredb" with the same name in the MySQL that is now opened.
Insert image description here

2. Select the table in mysql, then right-click and select Import Wizard

Insert image description here

3. Select the ‘ODBC’ type

Insert image description here

4. Click Next

Insert image description here

5. After clicking the next page

Insert image description here

6. After the connection is successful, select the table to be imported and continuenext step

Insert image description here

7. Import successful

Insert image description here

Guess you like

Origin blog.csdn.net/qq_62124267/article/details/134526626