The mysql I downloaded from the Internet, and then the mysql I installed conflicts with the mysql in wamp. I turned off the mysql service I installed, but I just want to use the mysql I installed in wamp. How to configure it?
歡迎選擇我的課程,讓我們一起見(jiàn)證您的進(jìn)步~~
Yes, just stop wamp’s MySQL service and start the MySQL you installed yourself. The connection steps are the same.
The default port is 3306. See if you can change the mysql port number of wamp to solve the problem. The file is my.ini in the mysql directory
port=3306. Use 3306 for your own, and change it to 3307 for wamp