Home  >  Q&A  >  body text

php - In wamp, how to use mysql installed by myself instead of wamp integrated mysql?

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?

天蓬老师天蓬老师2691 days ago895

reply all(2)I'll reply

  • 仅有的幸福

    仅有的幸福2017-05-24 11:32:59

    Yes, just stop wamp’s MySQL service and start the MySQL you installed yourself. The connection steps are the same.

    reply
    0
  • 曾经蜡笔没有小新

    曾经蜡笔没有小新2017-05-24 11:32:59

    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

    reply
    0
  • Cancelreply