无法远程连接MySQL
我有两台机器,一台位于印度,另一台位于美国。我想访问具有以下详细信息的美国数据库:
username: root
IP-address of VPN: 192.168.91.201
IP-address(Global): 10.21.19.6
password: root1
现在在印度我想连接到该数据库,但问题是美国计算机中安装的 MySql 未正确配置为远程连接。
我想配置它以使其正常工作。我可以访问美国计算机,因此可以使用远程登录执行配置。
I am having two machines one located in India and other in USA. I want to access the Database of USA having following details:
username: root
IP-address of VPN: 192.168.91.201
IP-address(Global): 10.21.19.6
password: root1
Now in India I want to connect to this database but the problem the MySql installed in US machine is not properly configured to have connections remotely.
I want to configure it to work properly. I have access to US machine so I can perform configurations using remote login.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我猜你只需要为你的 VPN 和你想要连接的数据库分配的远程 IP 添加一个新用户。
I would guess you simply need to add a new user for the remote ip allocated by your VPN and database you wish to connect to.