1、先在服务器中通过命令行方式登录mysql:mysql -uroot -p密码
2、执行use mysql;
3、执行grant all privileges on *.* to root@'%' identified by '密码';
4、执行flush privileges;
注:以上步骤2、3、4中命令后么的分号也是命令的一部分,执行的时候不要漏掉。
密码处请设置mysql的密码。
1、先在服务器中通过命令行方式登录mysql:mysql -uroot -p密码
2、执行use mysql;
3、执行grant all privileges on *.* to root@'%' identified by '密码';
4、执行flush privileges;
注:以上步骤2、3、4中命令后么的分号也是命令的一部分,执行的时候不要漏掉。
密码处请设置mysql的密码。
本文标题:phpstudy设置允许远程访问mysql数据库
本文链接:https://www.haomeiwen.com/subject/ycgapttx.html
网友评论