访问数据时出现 FEDERATED 错误 #1429
我目前正在尝试使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在远程(源)服务器上执行此命令之前,我收到了相同的错误消息:
I got the same error message before I executed this command on the remote (source) server: