Home >Database >Mysql Tutorial >How to create a new connection in mysql
Mysql method to create a new connection: First open the Navicat interface and click on the connection to display the new connection window; then enter the connection name, ip and password; then click on the connection test in the new connection window and click OK; Finally, double-click the newly created database connection and expand the list.
##More related free learning recommendations: mysql tutorial(Video)
Mysql new connection method:
1. Open the Navicat interface, as shown in the figure 2. Click on the connection to display the new connection window, as shown in the figure 3. Enter the connection name, ip and password, as shown in the figure 4. Click on the connection test in the new connection window, and the connection result will pop up, as shown in the figure 5. Click on OK. Return to the new connection page, as shown in the figure 6. Click OK on the connection interface to create a database connection, as shown in the figure 7. Double-click the newly created database connection and expand the list to explain.The above is the detailed content of How to create a new connection in mysql. For more information, please follow other related articles on the PHP Chinese website!