Search code examples
mysqlubuntu-16.04ampps

Running 2 instances of mysql, one local 3306 and one for ampps?


I have a local mysql server running on port 3306, and installed ampps that uses mysql, what i need is to be able to run the mysql instance from ampps and have the local mysql at the same time.

Thanks for the help!


Solution

  • I found the solution: On ampps, change my.conf port to a different one, for example 3307, restart mysql (on ampps interface) and you are good to go!