1, first open navicat for Mysql;
2, open the interface as shown, double-click the connection localhost_3306;
3, after the connection localhost_3306 into green, as shown;
4, select any of the following databases, right-click, select New Database;
5, pop up the new database, enter the database name, select Character Set GBK (but I tried to default, gb2312, ASCII did not appear to be the problem), click the "OK" button;
6. Double-click to open the new database, select the database, right mouse button, select the menu to run the SQL file;
7, select the file in the pop-up window, find the SQL file to add, click "Start" button to start the execution;
8, in the addition of databases;
9, add complete Click the "Close" button, this time to see the left "table" does not show the database table just added, this time to turn off the database and reopen it can be seen.
MySQL (Navicat for MySQL) How to add a database