Use of Navicat client

Use of Navicat client

Reference URL:

https://mp.weixin.qq.com/s/ybrykLN1xV3BeyCEvl2r0Q

Introduction

Navicat for MySQL is an excellent software for managing and developing MySQL database. It can be connected to any local or remote MySQL database server, and supports most database functions such as tables, views, functions or procedures, events, including SQL creation tools or Editors, data model tools, data transfer, import or export, data or structure synchronization and other operations.

Download and install

Navicat download address:

http://www.navicat.com.cn/download/navicat-for-mysql

https://www.formysql.com/xiazai_mysql.html

重点说明

navicate is not an open source tool, so it needs to be cracked

use

After downloading, open Navicat tool, as shown below:

image-20210327170040684

1. *Connect to the database*

Create a new connection, enter the link name, host name or IP address, port number, user name and password, and test the connection, as shown in the figure below:

image-20210327170106895

After the connection is successful, the connection name will appear on the left side of the interface, right-click to open the connection, as shown below:

image-20210327170119373

Right-click testdb and open the database, as shown below:

image-20210327170133050

2. Navicat function introduction

The functions we often use are: open tables, design tables, create new tables, query, etc., as shown below:

image-20210327170154558

Open the user table: select the user table, double-click to open or click to open the table to open, you can view the data of the table, as follows

image-20210327170208343

Design user table: select the user table, right-click the design table or click the design table in the toolbar to modify the data results of the table, as shown in the following figure:

image-20210327170232458

You can add fields in the data table through "Add Column" or "Insert Column".

New table: Right-click to create a new table or click New Table in the toolbar to create a new table, as shown in the figure below:

image-20210327170248054

3. Inquiry form

Click Query, click New Query, you can open the query interface, as shown below:

image-20210327170310064

After entering the sql statement, click Run to see the query result, as shown in the figure below:

Exporting external pictures...(img-Wz3EG5aZ-1616835879159)]

After entering the sql statement, click Run to see the query result, as shown in the figure below:

image-20210327170324919

Guess you like

Origin blog.csdn.net/shaoming314/article/details/115267974