进入到 mysql 命令行下,执行如下命令:
#进入到 mysql 环境下
mysql -uroot -ppassword;
use mysql;
update user set Host='%' where User='root';
flush privileges;
#或者
# grant all privileges on *.* to 'root'@'%' identified by '123456' with grant option;
PHP
更多精彩内容:各种技能学习课程、黑科技软件、网站小程序源码、副业小项目、电商课程、推广引流课程等,尽在 天边资源网 。
文章评论