Navicat for MySQL usage

We must first download and install Navicat for MySQL, is recommended to support genuine, you can download cracked version can also be used on Baidu.

Also make sure you open your MySQL. (PS: MySQL's default port number is 3306. recommended not to change)


Then we started using Navicat for MySQL:


watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl80MzYwNjE1OA==,size_16,color_FFFFFF,t_70

Open your navicat, you will see the interface shown in the following figure

If this is the first time that you need to create connections oh.

watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl80MzYwNjE1OA==,size_16,color_FFFFFF,t_70

Zhengzhou infertility hospital: http: //www.zzchbb.com/

2. Then we started to create a local database, enter localhost to connect and then right-click New Database

watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl80MzYwNjE1OA==,size_16,color_FFFFFF,t_70

PS:


Charset recommended to choose UTF-8, if your database does not exist Kanji select additional options

Collation utf8_general_ci choose the first one on it

Now we have to create the database tables and fields inside

watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl80MzYwNjE1OA==,size_16,color_FFFFFF,t_70

A New Way to Look at the design table and field https://blog.csdn.net/weixin_43606158/article/details/91129489

Data on the type of field, please watch the official document: https: //www.runoob.com/mysql/mysql-data-types.html

In other to begin using SQL tables inside the whereabouts of CRUD, and on additions and deletions to the table in Navicat for MySQL which change search see below:

CRUD:

watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl80MzYwNjE1OA==,size_16,color_FFFFFF,t_70

watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl80MzYwNjE1OA==,size_16,color_FFFFFF,t_70

watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl80MzYwNjE1OA==,size_16,color_FFFFFF,t_70

check:


Basic use Navicat for MySQL on here, and what you need to know to enjoy your comments below.


Guess you like

Origin blog.51cto.com/14510351/2435851