How do you start and stop MySQL on Windows?

You can start and stop the MySQL service just like any other service.

Open a cmd window and type:

  • net start MySQL ( To start MySQL service ).
  • net stop MySQL ( To stop MySQL service ).

Leave a Reply

Your email address will not be published. Required fields are marked *