yum -y install mariadb-server mariadbsystemctl start mariadbMySQLselect * from mysql.user\Ggrant 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'quitsystemctl restart mariadbCopyright © 2009-2022 www.fjjierui.cn 青羊区广皓图文设计工作室(个体工商户)达州站 版权所有 蜀ICP备19037934号