根据您的个性需求进行定制 先人一步 抢占小程序红利时代
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 mariadb


