情景:
程序报错:message from server: "Host 'DESKTOP-QMB6E0E' is not allowed to connect to this MySQL
解决方法:
1. 进入到phpStudy界面--->其他选项菜单
2. 选择mysql工具 --->MySql命令行
3. 执行 grant all privileges on *.* to root@'%' identified by '密码'; 语句
情景:
程序报错:message from server: "Host 'DESKTOP-QMB6E0E' is not allowed to connect to this MySQL
解决方法:
1. 进入到phpStudy界面--->其他选项菜单
2. 选择mysql工具 --->MySql命令行
3. 执行 grant all privileges on *.* to root@'%' identified by '密码'; 语句