DOC windows system command to start or stop service

- start service 
- NET Start Mysql
- Stop Service 
- NET STOP Mysql 
- Description: MysqL not case sensitive. Directly lowercase mysql.
- start being given (net start mysql event of a system error 5, Access Denied.) 
- Solution: 
- 1. Windows + R 
- 2. cmd 
- 3. administrator .. 
- At this point the problem is solved!

 

Guess you like

Origin www.cnblogs.com/tanjiyuan/p/11431507.html