标签:登陆 http 虚拟 class image denied com mysq bubuko
登陆要链接的服务器上的mysql
命令:mysql -uroot -p123456
然后执行 GRANT ALL PRIVILEGES ON *.* TO ‘root‘@‘%‘ IDENTIFIED BY ‘123456‘ WITH GRANT OPTION;
‘root‘@‘%‘:mysql的用户名, %带代表任意的ip都可访问
好了成功
navicat连接虚拟机中mysql"Access denied for user'root'@'IP地址'"问题
标签:登陆 http 虚拟 class image denied com mysq bubuko
原文地址:https://www.cnblogs.com/renjianjun/p/9093106.html