
目录
前置位置有【MySQL-server-5.1.73-1.glibc23.x86_64.rpm】和【MySQL-client-5.1.73-1.glibc23.x86_64.rpm】
cd /opt/softyum install net-tools -y
yum install perl* -y常用的网络命令
yum remove mysql-libs -yrpm -ivh MySQL-server-5.1.73-1.glibc23.x86_64.rpmrpm -ivh MySQL-client-5.1.73-1.glibc23.x86_64.rpmmysql -u root
set password for 'root'@'localhost' =password('123456');grant all privileges on *.* to 'root'@'master' identified by '123456';flush privileges;
登录成功