MySQL连接错误

发布于 2024-10-19 04:07:17 字数 158 浏览 2 评论 0原文

当我尝试使用 SQLyog 连接到我的 MySQL 数据库时,它给出了类似的错误

错误号 2005 未知的 MySQL 服务器主机“database.ch3.s.com”(11004)

知道可能是什么问题吗?

When I am trying to use SQLyog to connect to my MySQL database, it is giving the error like

Error No. 2005
Unknown MySQL server host 'database.ch3.s.com' (11004)

Any idea what can be the issue?

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

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

发布评论

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

评论(3

囚你心 2024-10-26 04:07:17

您是否尝试过 ping 主机名,转到命令提示符并输入“ping database.ch3.s.com”?

我发现数据库主机名不可用于外部连接(ping 将失败)但它在服务器上工作的情况。在这种情况下,您根本无法创建到数据库的外部连接,并且必须使用服务器 phpMyAdmin 或同等服务器。

Have you tried pinging the hostname, go to the command prompt and type 'ping database.ch3.s.com'

I have found scenarios where the database hostname is not available to external connections (ping will fail) but it works on the server. In this case you simply can't create an external connection to the database and will have to use the servers phpMyAdmin or equivalent.

绿萝 2024-10-26 04:07:17

数据库服务器可能已关闭,或者可能有代理服务器阻止您访问数据库服务器。

Databse server may be down or there might be a proxy server which can prevent you to access the DB server.

分开我的手 2024-10-26 04:07:17

MySQL 数据库的地址似乎无效。地址“database.ch3.s.com”是替代地址还是您正在使用的真实地址?

The address of the MySQL databases seems to be invalid. The address 'database.ch3.s.com', is this a subsitute or is this the real address you are using?

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