Navicat installation and use

installation

MySQL

Connect to the database

  • Click on File -> New Connection -> MySQL .
  • Parameter Description:
Attributes Explanation
Connection name random
Host name or IP address Host name or IP address of the MySQL server
port MySQL server listening on port 3306 by default.
username The user name of MySQL server.
password MySQL server-side code.
  • Click on the link test, after a successful connection click OK to complete the connection.
  • related pictures:

Guess you like

Origin www.cnblogs.com/kunlingou/p/11441738.html