Duy Tùng
Duy Tùng

Reputation: 1

Not start mysql in xampp 7.4

I have a problem with xampp.. I tried many things but it does not work.

enter image description here

Upvotes: 0

Views: 106

Answers (1)

Lopat
Lopat

Reputation: 36

You have already installed MySQL server. You have the mysql server started already and it occupies the 3306 port, so xampp cant use it.

Try:

  • Stopping the mysql server located at C:\Program Files\MySQL\MySQL Server 5.1\
  • Uninstall the MySQL server if its not needed
  • Change port of the MySQL server

Upvotes: 1

Related Questions