the MySQL service on local computer started and then stopped

前端 未结 24 3140
抹茶落季
抹茶落季 2020-11-30 21:59

the MySQL service on local computer started and then stopped. Some services stop automatically if they are not in use by other services or programs.

Can anyone resol

24条回答
  •  伪装坚强ぢ
    2020-11-30 22:50

    In my case, I tried to open a DOS prompt and go to the MySQL bin\ directory and issue the below command:

    mysqld --defaults-file="C:\Program Files\MySQL\MySQL Server 5.0\my.ini" --standalone --console
    

    And it shows me I was missing the "C:\Program Files\MySQL\MySQL Server 5.0\Uploads" folder; I built one and problem solved.

提交回复
热议问题