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&
1. Use service to start: service mysqld stop
2. Use the mysqld script to start: /etc/inint.d /mysqld stop
3. mysqladmin shutdown
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!