starting and stoping mysql from command line on windows

From WebHostingNeeds.com
Jump to: navigation, search

To start MySQL on Windows from command prompt, use

net start mysql

To stop MySQL from command line, use

net stop mysql