0

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!

  • Do you really need two instances? Seems a bit of a waste of resources? Can you you just use one instance for all your databases? Why the need for separation? – ADyson May 10 '18 at 10:27

1 Answers1

1

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!