Home > Database > Mysql Tutorial > How to restart MySQL in Linux system

How to restart MySQL in Linux system

PHPz
Release: 2023-05-30 20:44:59
forward
9813 people have browsed it

1. Startup method

1. Use service to start: service mysqld start

2. Use mysqld script to start:/etc/inint.d/mysqld start

3. Use safe_mysqld to start: safe_mysqld&

2. Stop

1. Use service to start: service mysqld stop

2. Use the mysqld script to start: /etc/inint.d /mysqld stop

3. mysqladmin shutdown

3. Restart

1. Use service to start: service mysqld restart

2. Use mysqld script to start: /etc/inint.d/mysqld restart

The above is the detailed content of How to restart MySQL in Linux system. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:yisu.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