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

The way of shell-- mysql Master-Slave automatic deployment

2025-01-22 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

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

#! / bin/bash

# auto make install Mysql AB Relication

# by author max

# date 2017-05-04

MYSQL_SOFT= "mysql mysql-server mysql-devel php-mysql"

NUM= `rpm-qa | grep-I mysql | wc-l`

CODE=$?

# Mysql To Install 2017

If [$NUM-ne 0]; then

Echo-e "\ 033 [32mThis server mysql already install.\ 033 [0m"

Read-p "Please ensure yum remove mysql server, Yes or No [yzone]": INPUT

If [$INPUT = = "y"]; then

Yum remove $MYSQL_SOFT-y

Rm-rf / var/lib/mysql / etc/my.cnf

Yum-y install $MYSQL_SOFT

Else

Exit 0

Fi

Else

Rm-rf / var/lib/mysql

Yum-y install $MYSQL_SOFT

If [$CODE-eq 0]; then

Echo-e "\ 033 [32mThe mysql install successfully.\ 033 [0m"

Exit 1

Fi

Fi

# mysql to start and config

Cat > / etc/my.cnf

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