无法远程连接MySQL

发布于 2024-11-30 01:06:58 字数 312 浏览 2 评论 0原文

我有两台机器,一台位于印度,另一台位于美国。我想访问具有以下详细信息的美国数据库:

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

岁月染过的梦 2024-12-07 01:06:58

我猜你只需要为你的 VPN 和你想要连接的数据库分配的远程 IP 添加一个新用户。

GRANT ALL ON yourdatabase.* TO anewuser@'ip.allocated.by.vpn' IDENTIFIED BY 'NEW_PASSWORD';

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.

GRANT ALL ON yourdatabase.* TO anewuser@'ip.allocated.by.vpn' IDENTIFIED BY 'NEW_PASSWORD';
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文