Command mode start/stop/reboot MySQL server

Source: Internet
Author: User
Tags chmod

First, the way to start

1, use service to start: Service mysqld start

2. Start with mysqld script:/etc/init.d/mysql start

3. Use Safe_mysqld to start:safe_mysqld&

Second, stop

1, use service to start: Service mysqld stop

2. Start with mysqld script:/etc/inint.d/mysqld stop

3, mysqladmin shutdown

Third, restart

1, use service to start: Service mysqld restart

2. Start with mysqld script:/etc/inint.d/mysqld restart

3. Enter the bin/directory under the MySQL installation directory:

Stop MySQL:./mysqladmin-u-P shutdown

Start MySQL: ./mysqld_safe&

Reboot, stop, boot in Linux server

For example, on Linux PPC, directories are/ETC/RC.D and/ETC/RC.D/RC3.D, so you can install scripts like this:

The code is as follows Copy Code
#cp MYSQL.SERVER/ETC/RC.D/INIT.D
#cd/ETC/INIT.D
#chmod Mysql.server
#cd/ETC/RC.D/RC3.D
#ln-S. /init.d/mysql.server S99mysql

On Solaris, the main script directory is/ETC/INIT.D, and the Run level directory

It's/etc/rd2.d, so the order looks like this:

  code is as follows copy code

#cp MYSQL.SERVER/ETC/RC.D/INIT.D
#cd/etc/init.d
#chmod mysql.server
#cd/etc/rc2.d
#ln-S ... /init.d/mysql.server s99mysql

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.