远程登录虚拟机里的mysql出错,怎么弄
E:\C>mysql-h192.168.25.144-uroot-pEnterpassword:******ERROR1130(HY000):Host'192.168.2...
E:\C>mysql -h 192.168.25.144 -u root -p
Enter password: ******
ERROR 1130 (HY000): Host '192.168.25.1' is not allowed to connect to this MySQL server
?虚拟机的ip
Ethernet adapter 本地连接:
Connection-specific DNS Suffix . : domain
IP Address. . . . . . . . . . . . : 192.168.25.144
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.25.2 展开
Enter password: ******
ERROR 1130 (HY000): Host '192.168.25.1' is not allowed to connect to this MySQL server
?虚拟机的ip
Ethernet adapter 本地连接:
Connection-specific DNS Suffix . : domain
IP Address. . . . . . . . . . . . : 192.168.25.144
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.25.2 展开
1个回答
展开全部
“not allowed to connect to this MySQL server”说明你的远程MySQL不允许你登陆
进入远程服务器登陆mysql,
mysql>grant all privileges on *.* to 'root'@'%' identified by "you password";
或者
mysql>grant all privileges on *.* to 'root'@'192.168.25.1' identified by "you password";
进入远程服务器登陆mysql,
mysql>grant all privileges on *.* to 'root'@'%' identified by "you password";
或者
mysql>grant all privileges on *.* to 'root'@'192.168.25.1' identified by "you password";
追问
谢谢!执行了下面的那条命令行之后就远程登录了,这是为什么呢?这条命令的功能是什么?
追答
赋权,是因为MySQL的账户权限非常灵活,不同的主机登录同一个账户都可以设置成不同的密码,有没有觉得这样很安全,很赞
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
快又稳
2024-10-28 广告
2024-10-28 广告
在Linux环境下配置基于域名的虚拟主机,需安装Apache或Nginx等Web服务器,并编辑配置文件。以Apache为例,需创建虚拟主机配置文件,指定域名、文档根目录等,然后启用该配置文件并重启Apache服务。同样,Nginx也需在相应...
点击进入详情页
本回答由快又稳提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询