Home  >  Article  >  Database  >  How to stop mysql server

How to stop mysql server

王林
王林Original
2020-09-30 09:10:0517556browse

How to stop the mysql server: 1. Press the [win r] shortcut key to open the run window; 2. Enter cmd and click [OK]; 3. Execute [net stop mysql in the opened command prompt interface 】Command.

How to stop mysql server

You can stop the service in the command line. The specific steps are as follows:

(Recommended tutorial: mysql tutorial)

1. win r;

2. Enter cmd to enter the console interface;

How to stop mysql server

3. Enter "net start mysql" on the console Start the mysql service; "net stop mysql" stops the mysql service;

How to stop mysql server

##Related recommendations:

php training

The above is the detailed content of How to stop mysql server. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn