My SQL 错误:连接尝试失败,因为连接方未正确响应

发布于 2024-11-25 19:44:25 字数 184 浏览 1 评论 0原文

我在第三方服务器中有一个 MySQL 数据库。我正在尝试使用 Dreamweaver 中的 PHP 从本地计算机访问它。但是,我收到以下错误:

MySQL 错误#2002: 连接尝试失败,因为连接方未正确响应 一段时间后,或建立连接失败,因为连接的主机 未能回复。

谢谢。

I have a MySQL database in a 3rd party server. I am trying to access it from my local machine using PHP in Dreamweaver. However, I am getting the following error:

MySQL Error #2002:
A connection attempt failed because the connected party did not properly respond
after a period of time, or established connection failed because connected host
failed to respond.

Thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

花期渐远 2024-12-02 19:44:25

这意味着您无法连接到服务器。检查您连接到的 IP 地址是否正确,并且您的防火墙已配置为允许流量。

It means you can't connect to the server. Check your connecting to the correct IP address and your firewall is configured to allow traffic.

何时共饮酒 2024-12-02 19:44:25

如果您使用“localhost”,也尝试将主机名设置为 127.0.0.1。如果其服务器从 mysql 终端尝试该主机是否从您的本地计算机连接。

在本地计算机上,我遇到了与主机 localhost 相同的问题,并将其更改为 127.0.0.1,然后它运行良好。

If your using "localhost" also try host name as 127.0.0.1. If its server try from mysql terminal whether that host is connecting from your local machine.

In local machine I have faced same issue with host localhost and changed to 127.0.0.1 then its works well.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文