当前位置:网站首页>"System error 5 occurred when win10 started mysql. Access denied"

"System error 5 occurred when win10 started mysql. Access denied"

2022-06-26 08:08:00 Live in the heart of sunshine

Here's the picture , type “ win + R ” , Input “ net start mysql ”, appear “ A system error occurred 5. Access denied ” .

C:\Users\lucky>net start mysql
 A system error occurred  5.

 Access denied .

Open folder “ C:\Windows\System32 ”, Run as administrator “ cmd.exe ”( Or type “ win + x + a” To run as an administrator ), The error shown in the figure below :

C:\WINDOWS\system32>net start mysql
 A system error occurred  1058.

 Unable to start service , The reason may be that it has been disabled or the device associated with it has not been started .

type “ win + R ” , Input “ services.msc ” Open Service Manager , find “ mysql ” , Right click “ attribute ”, Change its startup type to “ Manual ”.

Run as administrator “ cmd.exe ”, Input “ net start mysql ”, It starts successfully .

C:\WINDOWS\system32>net start mysql
MySQL  The service is starting  ....
MySQL  Service started successfully .

 

Blogger has something to say :

This is the start of Blogger mysql Problems encountered in , Solve the problem through the above methods , Make sure you have opened mysql service .

原网站

版权声明
本文为[Live in the heart of sunshine]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202170604410761.html