Connection method: 1. Click "Connect" in the toolbar, select "MySQL", and enter the connection setting interface; 2. Fill in the "Connection Name", "Host Name or IP Address", "Port", Enter the "Username" and "Password" set when installing MySQL, and click "OK"; 3. Double-click MySQL in the "Management Area" to connect.
Use Navicat to connect to the MySQL database (Recommended tutorial: navicat tutorial)
Open " Navicat" software, the entire interface is divided into "menu bar", "toolbar (shortcut menu)", "management area" and "editing area".
Method 1 to establish a connection: Click "File" in the menu bar, select "MySQL" in "New Connection" to enter the connection setting interface.
Method 2 to establish a connection: Click "Connect" in the toolbar, select "MySQL", and enter the connection setting interface.
Fill in the "connection name", "host name or IP address", "port", "user name" and "password" set when installing MySQL. Then "OK".
#Display the connection database we set in the "Management Area" and double-click to connect. After the connection is successful, all databases under the connection are displayed.
The above is the detailed content of How to connect to navicat for mysql. For more information, please follow other related articles on the PHP Chinese website!