Mysql service is missing

后端 未结 6 1856
Happy的楠姐
Happy的楠姐 2020-12-13 17:50

I have installed Mysql server locally and everything was working Ok but today when I tried to get a connection to the local db, I got an error. After checking services showe

6条回答
  •  暖寄归人
    2020-12-13 18:09

    Go to your mysql bin directory and install mysql service again:

    c:
    cd \mysql\bin
    mysqld-nt.exe --install
    

    or if mysqld-nt.exe is missing (depending on version):

    mysqld.exe --install
    

    Then go to services, start the service and set it to automatic start.

提交回复
热议问题