本帖最后由 柠檬 于 2022-1-23 10:41 编辑
yum install mysql mysql-server mysql-devel -y
service mysqld start
chkconfig mysqld on
mysql -u root
show databases;
use mysql;
update mysql.user set password=PASSWORD('第一数据密码') where user='root';
update mysql.user set password=PASSWORS('第二数据密码') where user='root';
update user set host = '%' where user = 'root';
exit
-f,--force
-i,--interactiv
-r,-R, --recursive
-v, --verbose
--help
--version
service iptables stop
chkconfig iptables off
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh
yum install xulrunner.i686 (安装环境)
|