访问数据时出现 FEDERATED 错误 #1429

发布于 2024-10-21 06:04:30 字数 305 浏览 0 评论 0原文

我目前正在尝试使用 FEDERATED 在同一主机名(mysql.stud.ntnu.no)上建立从一个数据库到另一个数据库的连接,但是,当创建表时(没问题),我在下面收到以下错误代码:

#1429 - Unable to connect to foreign data source: Access denied for user....

...是主机名和其余的。

我已经检查过 mysql 版本高于 5.0,因此它确实支持 FEDERATED 函数

感谢您在这方面获得的任何帮助或提示 =)

I am currently trying to establish a connection from one database to another on the same hostname(mysql.stud.ntnu.no) with FEDERATED, however, when the table is created(no problem), I get this errorcode beneath:

#1429 - Unable to connect to foreign data source: Access denied for user....

... being hostname and the rest.

I have checked that the mysql version is above 5.0, so it does support the FEDERATED function

Appreciate any help or tips you got on this =)

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

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

发布评论

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

评论(1

夜巴黎 2024-10-28 06:04:30

在远程(源)服务器上执行此命令之前,我收到了相同的错误消息:

mysqladmin flush-hosts

I got the same error message before I executed this command on the remote (source) server:

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