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 installation script

2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

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

#! / bin/bash

Echo "# # MySQL installing.####"

Echo "- config my.cnf-"

Mv / etc/my.cnf / etc/my.cnf_date +% Y%m%d

SERVER_ID=ifconfig eth0 | grep inet | awk'{print $2}'| awk-F. '{print $3 $4}'

Mem=free-m | grep Mem | awk'{print $2}'

SIZE=$ [Mem*1/2]

Mysqldir=pwd

Cat > > / etc/my$ipaddr.cnf / etc/profile

Source / etc/profile

Echo "- initialize MySQL-"

${mysqldir} / mysql/bin/mysqld-initialize-- user=mysql-- basedir=$ {mysqldir} / mysql-- datadir=$ {mysqldir} / mysql/mysql_data/

Echo "- start MySQL-"

Cp ${mysqldir} / mysql/support-files/mysql.server / etc/init.d/mysqld

Ln-s ${mysqldir} / mysql/bin/mysql / usr/sbin/mysql

/ etc/init.d/mysqld start

# ${mysqldir} / mysql/bin/mysqladmin-u root password 'passw0rd'

# echo "- init password of MySQL-"

OLD_PWD=cat ${mysqldir} / mysql/log/mysql.log | grep "password is generated" | awk'{print $NF}'

${mysqldir} / mysql/bin/mysqladmin-u root-p$ {OLD_PWD} password 'admin@admin'

Echo "root password is: admin@admin"

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

Servers

Wechat

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

12
Report