How do I restart MySQL on Windows 7?
I\'m using HeidiSql as a front end and there\'s no option in there.
The only other things I have is the MySQL 5.5 comma
First try:
net stop MySQL
net start MySQL
If that does not work, try using the windows interface:
Start > Control Panel > System and Security > Administrative Tools > Services
Look for your version of MySQL (In my case - MySQL55), highlight and click the green start arrow. The status should change to "Started"