MySQL Domo AWS RDS 连接器

MySQL Domo AWS RDS Connector

我在将 Domo 连接到使用 AWS RDS 托管的 MySQL 数据库时遇到问题。每当我尝试进行身份验证时,我都会收到此错误:

"Failed to authenticate. Verify the credentials and try again. Domo is ready, but the credentials you entered are invalid. Verify your account credentials and try again. Error setting up SQL connection. Could not create connection to database server. Attempted reconnect 3 times. Giving up."

这不是安全组设置。有人对此提出建议 post: https://dojo.domo.com/t5/Data-Sources-and-Connectors/MySQL-connector-issues/td-p/15462

我应该在 AWS 数据库中启用 SSL,但我不确定该怎么做。

我假设您使用的是 MySQL 连接器,而不是 MySQL SSH 连接器。

听起来您需要在 AWS RDS 的安全组中将 Domo 的 IP 地址列入白名单。

除此之外,请确保您在 Domo 中使用正确的信息填充凭据。主机名应该是服务器的 public IP 地址。

此连接器遵循与 AWS documentation here 中描述的相同的一般过程,但步骤 5 和 6 是可选的,因为此连接器不需要 SSH。