0

I have installed XAMPP 3.2.2 which by default is packaged with MariaDB. Before installing XAMPP I already had MySQL server installed on my machine (version 5.6) now how can I use it along XAMPP 3.2.2? I have referred this but it didn't help.

I am using windows 10.

Community
  • 1
  • 1
HVenom
  • 712
  • 1
  • 10
  • 25
  • I actually have both services working together quite nicely with MariaDB listening on port 3306 and MySQL on port 3308. As long as the ports are different and the caller know which port to ask for, there's no problem. – LarryTX Feb 27 '18 at 22:17

1 Answers1

1

Stop mariadb via XAMPP control panel and make sure that the service is not started on startup (services.msc). After that, make sure that mysql service is running (services.msc) - thats it.

As long as both services are listening on the same port (3306 per default) this should work.

If it doesn't, please provide any information why it won't work (screenshots, errormessages, etc.)

BlackFlag
  • 150
  • 8