Monday, August 5, 2013

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 ).

No comments:

Post a Comment