Navicat visualization and design data quickly create database tables

Database: MySQL 5.07.24

Client: Navicat for MySQL 10.0.11

1. Establish a connection to the database: Open Navicat-- File - New Connection - General, as to fill in the connection information:

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

2. to establish a database: Right-click on the connection name - New database - fill in the information as shown :( collation: ut8_general_ci- case insensitive, utf8_bin- case-sensitive)

 

3. Establish Data Sheet: Double-click the database name (the database is in use) - Right-click on the table - New Table - Fill in the following diagrams as table information:

3.1: In the field options, fill in the form basic fields:

 

 3.2 If there is a foreign key, foreign key foreign key field:

 

 3.3 If you need to modify the engine or from increasing the number of fields from the beginning, set the options:

 

 3.4 can also index options, triggers, and add a table notes, preview SQL, click OK to name the table:

 

3.5 t_user built form.

 

Guess you like

Origin www.cnblogs.com/gdou/p/11708843.html