mySQL server in XAMP don't start

后端 未结 6 1399
失恋的感觉
失恋的感觉 2021-01-12 21:30

I read all of articles about my problem but it still not working

How can I solve this issue?

Here is my log file:

2015-11-10 15:26:56 10fc          


        
6条回答
  •  难免孤独
    2021-01-12 22:29

    I had the same case because in someway i installed MariaDB and it used the port of 3306, so what i did is to go to the Task-manager > Services and did a sort to find the port using "3306" in PID column then i stop that service. after i started MySQL in the xampp control panel and it worked very well.

    My conclusion is that you should use command option (1):

    1. netstat -ano|find "3306"
    2. find that port in Task-manager > Services
    3. stop the application using that port in PID
    4. Click to start MySQL again.

提交回复
热议问题