Server/VPS IIS and MYSQL stop and start methods

  
                  

IIS and MYSQL stop and start methods for standalone host/VPS
Start and stop IIS services:
Click Start - Run, you can control IIS by command:


iisreset to restart the IIS service
iisreset /stop stop the IIS service
iisreset /start to start the IIS service

mysql start and stop services:
click start - run, Enter services.msc, in the pop-up service window, find the mysql service, just click on the corresponding one on the left.

can also be used as command restart, methods and command methods similar to IIS:
net stop mysql to stop mysql service
net start mysql start mysql service

Copyright © Windows knowledge All Rights Reserved