mySQL server in XAMP don't start

后端 未结 6 1351
失恋的感觉
失恋的感觉 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:07

    I just ran into this problem myself after I installed XAMPP for APACHE. I decided to use it for a localhost of MySQL too. Here's what I did to get it to work.

    In windows, open command prompt, type: netstat -ano|find "3306"

    The PID LISTENING was 4608. Opened Task Manager, went to Details tab. Found the PID, it was a mysql.exe from another application. Right click the application and select End Task.

    Restart XAMPP.

    I don't recommend changing the Port Number just because 3306 is a Standard assigned port to MySQL as well as 33060, 33061, and 33062. In a few cases, I have seen Port 22 assigned. There is a protocol set up for this and when to use which one.

提交回复
热议问题