mysql in xampp starts and stops in five seconds

后端 未结 8 603
长情又很酷
长情又很酷 2021-01-12 11:49

I installed xampp in windows XP. I am able to start apache and tomcat. But when I start mysql, it gets started but stops after five seconds.

So, I am not able to w

8条回答
  •  萌比男神i
    2021-01-12 12:20

    This worked for me, actually checking the 'mysql' service is not disabled. Turns out it was disabled.

    how to check?

    1. windows + R (opens run window)
    2. type in services.msc
    3. check if the service mysql is set as disabled. (change it to automatic)

    This helped me with my unknown Phpmyadmin not starting issue.

提交回复
热议问题