Three, MySQL graphical administration tool Navicat

1, Navicat MySQL server login

(1) Start Navicat

Implementation of the Windows desktop "Start" - All Programs - "Navicat Premium" - "Navicat Premium" command, open interface.

(2) is connected to a MySQL server

 

 

Click the command-line interface

 Enter CREATE DATABASES;

CREATE DATABASES command to create the database

The following screen will appear

 

 

 After you create a database, you can use SHOW DATABASES view the database server in an existing database

 

 

 

 

 

We have created a database, the next step is to modify the database

 

 

 

 

 

 Delete the database using DROP DATABASE;

 

 Such as database creation and deletion of a series of operations on the share to this.

Guess you like

Origin www.cnblogs.com/shh1431533328/p/11723575.html