php - In wamp, how to use mysql installed by myself instead of wamp integrated mysql?
天蓬老师
天蓬老师 2017-05-24 11:30:59
0
2
891

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?

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all(2)
仅有的幸福

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!