安装mysql一键安装脚本_shell脚本一键安装MySQL5.5

执行脚本之前必须下载MySQL5.5二进制压缩安装包。我是事先下载好了的。下边执行shell脚本。#!/bin/bash

#auth:taoyake

/bin/mkdir -p /taokey/tools

cd /taokey/tools/

tar -zxf mysql-5.5.32-linux2.6-x86_64.tar.gz

sleep 3

cp -R mysql-5.5.32-linux2.6-x86_64 /usr/local/mysql

sleep 3

cd /usr/local/mysql/

/bin/mkdir -p /var/lib/mysql

cp support-files/my-large.cnf /var/lib/mysql/my.cnf

useradd -M -s /sbin/nologin mysql

chown -R mysql.mysql /var/lib/mysql

sed -i '40 s/^/datadir = \/var\/lib\/mysql\n/' /var/lib/mysql/my.cnf

yum install -y libaio >/dev/null 2>&1

sleep 2

/usr/local/mysql/scripts/mysql_install_db --defaults-file=/var/lib/mysql/my.cnf --user=mysql

/usr/local/mysql/bin/mysqld_safe --defaults-file=/var/lib/mysql/my.cnf &

sleep 5

/usr/local/mysql/bin/mysql -u root -S /tmp/mysql.sock -e "select version();"

if [ "$?" -eq "0" ]

then

echo -e "\e[1;32m MySQL-5.5 install Success! \e[0m"

else

echo -e "\e[1;31m MySQL-5.5 install Fail! \e[0m"

fi

执行shell脚本:[root@db_server ~]# sh mysql_script.sh

WARNING: The host 'db_server' could not be looked up with resolveip.

This probably means that your libc libraries are not 100 % compatible

with this binary MySQL version. The MySQL daemon, mysqld, should work

normally with the exception that host name resolving will not work.

This means that you should use IP addresses instead of hostnames

when specifying MySQL privileges !

Installing MySQL system tables...

OK

Filling help tables...

OK

To start mysqld at boot time you have to copy

support-files/mysql.server to the right place for your system

PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !

To do so, start the server, then issue the following commands:

./bin/mysqladmin -u root password 'new-password'

./bin/mysqladmin -u root -h db_server password 'new-password'

Alternatively you can run:

./bin/mysql_secure_installation

which will also give you the option of removing the test

databases and anonymous user created by default.  This is

strongly recommended for production servers.

See the manual for more instructions.

You can start the MySQL daemon with:

cd . ; ./bin/mysqld_safe &

You can test the MySQL daemon with mysql-test-run.pl

cd ./mysql-test ; perl mysql-test-run.pl

Please report any problems with the ./bin/mysqlbug script!

160112 23:30:48 mysqld_safe Logging to '/var/lib/mysql/db_server.err'.

160112 23:30:48 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql

+------------+

| version()  |

+------------+

| 5.5.32-log |

+------------+

MySQL-5.5 install Success!

[root@db_server ~]# ps -ef | grep mysql

root      1245     1  0 23:30 pts/0    00:00:00 /bin/sh /usr/local/mysql/bin/mysqld_safe --defaults-file=/var/lib/mysql/my.cnf

mysql     1524  1245  5 23:30 pts/0    00:00:01 /usr/local/mysql/bin/mysqld --defaults-file=/var/lib/mysql/my.cnf --basedir=/usr/local/mysql --datadir=/var/lib/mysql --plugin-dir=/usr/local/mysql/lib/plugin --user=mysql --log-error=/var/lib/mysql/db_server.err --pid-file=/var/lib/mysql/db_server.pid --socket=/tmp/mysql.sock --port=3306

root      1545  1118  0 23:31 pts/0    00:00:00 grep mysql

MySQL5.5已经安装成功。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值