Skip to content

Instantly share code, notes, and snippets.

@belmer
Created October 9, 2013 06:19
Show Gist options
  • Save belmer/6896977 to your computer and use it in GitHub Desktop.
Save belmer/6896977 to your computer and use it in GitHub Desktop.
MYSQL Server Management
### Reset MYSQL server on Windows
net stop MySQL
net start MySQL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment