php - In wamp, how to use mysql installed by myself instead of wamp integrated mysql?
天蓬老师2017-05-24 11:30:59
0
2
961
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?
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
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