How to export and import data table in navicat

  1. Select the data table to be exported, right-click, and then click "Export Wizard".

2. Click the sql script file (*sql) -> click Next.

3. Click Save Location -> Next -> Save

 

******************************************************************************************

If you want to export the entire database then:

1. Right click on the entire database -> dump sql file

2. Select save location -> save

**************************************************************************************

Import the sql file:

1. Right click on the database -> run sql file

 

2. Find the file location -> start -> close

 

Guess you like

Origin blog.csdn.net/wdsj_xh/article/details/101600283