Navicat (database visualization software) installation tutorial and connecting to MYSQL

Navicat (database visualization software)

Navicat is a visual database GUI management tool specially designed for MySQL. We can use the graphical interface (GUI) to remotely manage the MySQL database on our own computer.

Installation process

Download address: Link: Navicat
Insert image description here
double-click the installation package to install
Insert image description here
Insert image description here

Select the appropriate path to install.
Insert image description here
Insert image description here
Insert image description here
Insert image description here
The installation is successful!

InstallMySQL

Link: Install MySQL
https://blog.csdn.net/hellow_xqs/article/details/135081565

navicat connects to mysql database

Open navicat, click Connect, select MYSQL,

Enter the following content. Before doing this, you need to configure the local deployment of MYSQL.
Insert image description here
Right-click root and click Open Connection to perform visual operations on local MYSQL
Insert image description here

Guess you like

Origin blog.csdn.net/hellow_xqs/article/details/135370031