Unable to restart MySQL service on Windows server

kumkumsharma

Administrator
Staff member
If you are trying to restart MySQL service and you are getting error 1503 then it means your service is not restarting properly.

You can follow below steps to solve this issue:
  • Go to Task Manager.
  • Here you have to search for MySQL process which is named as mysqld.exe or mysqld-nt.exe.
  • Now right click on MySQL process and end this process.
  • At last try to start MySQL service.
 
Top