Skip to content

Instantly share code, notes, and snippets.

@cmd-save
Created October 9, 2013 06:19
Show Gist options
  • Select an option

  • Save cmd-save/6896977 to your computer and use it in GitHub Desktop.

Select an option

Save cmd-save/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