How does navicat import the local database? Why can’t I find the import function? Please see the method below.
Recommended tutorial: MySQL introductory video tutorial
1. First, we open the software and connect to the local database. Select the connection, right-click to open the connection, you can also double-click directly
2. In the local database, we create a new database to store the imported sql file
3. Set encoding and sorting rules
4. Then open the newly created database
5. Right-click and select "Run SQL File" as shown in the picture:
6. Then select the data file, as shown in the picture
7. Click "Start" and the software will start importing. Wait for the progress bar to be completed, and the code in the picture will appear to indicate that there is no problem and the import is successful
8. Refresh the database table display interface on the right to see the imported database table
The above is the detailed content of How to import local database in navicat. For more information, please follow other related articles on the PHP Chinese website!