Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Mysql_rhcs configuration

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

Mysql==cluster

=

Rhcs_mysql.sh

#! / bin/bash

MYSQL_HOME=/mysql/mysql-advanced-5.6.26

Function start () {

Su-mysql-c "

$MYSQL_HOME/bin/mysqld_safe &

"

}

Function stop () {

Su-mysql-c "

$MYSQL_HOME/bin/mysqladmin-uroot-paired MysqlThe adminstration 25' shutdown

"

}

Function status () {

Chk_mysqld= `ps-ef | grep mysqld | grep-v grep | wc-l`

If [$chk_mysqld-lt 2]; then

Echo "The MySQL database is not runing"

Exit 1

Else

Echo "The MySQL database is runing"

Return 0

Fi

}

Case "$1" in

"start")

Echo "Startting MySQL Database..."

Start

"stop")

Echo "Stopping MySQL Database..."

Stop

"status")

Status

*)

Echo "Usage: `basename $0` {start | stop | status}"

Exit 0

Esac

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report