Search code examples
mysqlwindows-services

How to stop MySQL80 service from running on startup?


I was having an issue with starting the MySQL module on XAMPP. This issue stopped after going to the Services application on Windows and stopping the mysql80 service. (I have MySQL Workbench installed.)

Is there a way to prevent mysql80 service from running on Windows startup?


Solution

  • In the Services application, go to the mysql80 row and double click. Change Startup Type to Manual.