当前位置:Gxlcms > mysql > 阿里云配置

阿里云配置

时间:2021-07-01 10:21:17 帮助过:41人阅读

grant all privileges on *.* to root@'%' identified by 'root' 修改云主机上的/etc/mysql/my.cnf 文件,注释掉 bind_address=127.0.0.1。这句ok

grant all privileges on *.* to root@'%' identified by 'root'

修改云主机上的/etc/mysql/my.cnf 文件,注释掉 bind_address=127.0.0.1。这句ok

人气教程排行