yum -y install mariadb-server mariadb
systemctl start mariadb
MySQL
select * from mysql.user\G
grant all on *.* to 'root'@'%' identified by '123456'
update mysql.user set Grant_priv='Y' where Host='%'
delete from mysql.user where Host<>'%' or User<>'root'
quit
systemctl restart mariadb
Copyright © 2009-2022 www.kswsj.com 成都快上网科技有限公司 版权所有 蜀ICP备19037934号