Mysql service is missing

后端 未结 6 1850
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条回答
  •  -上瘾入骨i
    2020-12-13 18:16

    I also face the same problem. do the simple steps

    1. Go to bin directory copy the path and set it as a environment variable.
    2. Run the command prompt as admin and cd to bin directory:
    3. Run command : mysqld –install
    4. Now the services are successfully installed
    5. Start the service in service windows of os
    6. Type mysql and go

提交回复
热议问题