mysql in xampp starts and stops in five seconds

后端 未结 8 532
长情又很酷
长情又很酷 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条回答
  •  天涯浪人
    2021-01-12 12:14

    This is how I solved it:

    1. xampp control panel > config > service & port settings > apache > mainport > 80 (default) change to 81.

    2. open xampp > apache > cnonf > httpd.conf

    3 search for ServerName localhost:80 change to ServerName localhost:81 search for Listen 80 change to Listen 81

    1. Start Xampp > apache

    2. open http://localhost:81/phpmyadmin/

    whoaa its working

提交回复
热议问题