Home > Database > Mysql Tutorial > body text

How to shut down the MySQL server?

王林
Release: 2023-09-03 18:37:02
forward
1554 people have browsed it

如何关闭 MySQL 服务器?

With the help of the "mysqladmin" program we will be able to shut down the MySQL server. It can be used on the command line as follows -

C:\mysql\bin>mysqladmin -u root shutdown
Copy after login

After entering the above command, we will not see anything as it will not print any message in the command window. We have to trust that the MySQL server has shut down properly.

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

source:tutorialspoint.com
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template