常见安装问题 问题1:该ip地址不允许连接mysql服务 1:bug截图 2:解决方法: 先登录上mysql 给root用户的远程访问赋值,并设置密码为root grant all privileges on *.* to 'root' @'%' identified by '[email protected]'; flush privileges; [email protected] 相关文章: 2021-08-29 2021-11-18 2022-12-23 2021-08-19 2022-12-23 2021-12-28 2021-12-18 2021-12-18