+ 1
service "MySQL" (MySQL) failed to start. Verify that you have sufficient privileges to start system services.
first of all, i mistakenly typed "sc delete mysql" in the command prompt because my Xampp mysql is not responding. Later, i uninstall Xampp and reinstall it again and MySQL started working. so i uninstall Mariadb and reinstall it again. While installing Mariadb, it stopped and displayed a message saying "service "MySQL" (MySQL) failed to start. Verify that you have sufficient privileges to start system services." i would like you to help me solve this problem. Thank you.
16 Respuestas
+ 3
You may not be full administrator and services often run under their own contexts anyway.
One route is to work on your user account and trace the permission, another is to look at the service accounts themselves.
This page is not a great match but it's the first one I saw that shows the right GUI for some Windows versions (third window with the "Log On" tab):
http://www.winhelponline.com/blog/fix-event-log-service-error-1079/
Assuming you can run services.msc (or add the module in mmc):
Are the logon accounts for MariaDB and MySQL services correct?
If they were created by the apps, sometimes you have to delete the service users and reinstall the programs, especially if the passwords (which you never get to see) are out of sync.
Some people don't feel like doing this and switch them to LocalSystem. This is usually wrong (databases can shell) but it's quick.
+ 3
Sorry @Paul - I had tunnel vision and didn't mean to swipe the floor. One significant disadvantage I have here is that I'm not running Windows (and I haven't used recent versions). I totally don't mind if you're carrying this.
+ 1
have you installed all stuff as a admin or just as a normal user? are you running pc on admin account??
+ 1
i have never met this kind of problem tho. have you googled it? maybe you have a service that is stopper and should be running? you csch check services to be shure and if some sql is stopped you can try setting it on
+ 1
When i run service.msc on my pc, it doesn't display the mysql service.
+ 1
i would reinstall the whole thing again but i guess there is a better option out there. but i dont know how to help you. i will try to find a solution tho
+ 1
are you running windows or linux?
+ 1
i am uaed to linux tho, much simpler to maintain all the services man! i was searching for a windows solution but did not find answer yet. but as kirk saidvyou may end up reinstalling the whole thing eventually tho
0
yes I am running my pc on admin account
0
and I have installed all as admin
0
how do i install mysql service on my pc?
0
I am using windows
0
seems like @kirk knows what is going on, at least more than me. fallow his unstructions and maybe you can find the problem mate
0
@kirk I didnt get what I want from the link
0
reboot
cleanup the registry
cleanup leftovers manually
reboot
install it again.
if it is better than installing ehole thing again, give it a try. not advanced solution but what if it works?
0
also try to set off you antivirus and install again. it may be caused by firewalls too tho