The MySQL57 service on Local Computer started and then stopped

后端 未结 3 1313
梦谈多话
梦谈多话 2021-01-12 07:33

When I try to start my SQL server, a message pops up saying that it starts but then stops. This happened after a restart on my server.

Does anyone know how I can fi

3条回答
  •  生来不讨喜
    2021-01-12 08:00

    Please try the following steps:

    1. run 'cmd' as administrator,
    2. cd to your SQL folder,
    3. run 'mysqld --initialize --user=mysql --console' to reset and
    4. run 'net start mysql' to start the service.

提交回复
热议问题