【发布时间】:2017-06-05 19:06:47
【问题描述】:
作为这个问题的后续问题:
Accessing localhost (xampp) from another computer over LAN network - how to?
我可以在浏览器和 MySQL 中访问 localhost,但不能从命令行访问
我不知道如何从那里去。从我使用的命令行:
mysql -u root -h "IP of remote localhost"
并得到以下错误“错误 2003(HY000): 无法连接到 MySQL 服务器”
【问题讨论】:
-
你配置Mysql服务器接受外部连接了吗?
-
@Arslan.H 对不起,只是一个没有任何说明的链接并没有真正的帮助。
-
@Kishor 我该怎么做?
标签: mysql cmd command-line localhost