简体   繁体   English

MySQL Domo AWS RDS 连接器

[英]MySQL Domo AWS RDS Connector

I'm having issues connecting Domo to a MySQL database hosted with AWS RDS.我在将 Domo 连接到由 AWS RDS 托管的 MySQL 数据库时遇到问题。 Whenever I try to authenticate I get this error:每当我尝试进行身份验证时,我都会收到此错误:

"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." “身份验证失败。验证凭据并重试。Domo 已准备好,但您输入的凭据无效。验证您的帐户凭据并重试。设置 SQL 连接时出错。无法创建与数据库服务器的连接。尝试重新连接 3 次。 放弃。”

Its not security group settings.它不是安全组设置。 Someone suggested on this post: https://dojo.domo.com/t5/Data-Sources-and-Connectors/MySQL-connector-issues/td-p/15462有人在这篇文章上建议: https://dojo.domo.com/t5/Data-Sources-and-Connectors/MySQL-connector-issues/td-p/15462

that I should enable SSL in AWS database but I'm not sure how to do that.我应该在 AWS 数据库中启用 SSL 但我不知道该怎么做。

I'll assume you're using the MySQL connector, not the MySQL SSH connector.我假设您使用的是 MySQL 连接器,而不是 MySQL SSH 连接器。

It sounds like you need to whitelist Domo's IP addresses within your AWS RDS's security groups.听起来您需要在 AWS RDS 的安全组中将 Domo 的 IP 地址列入白名单。

Aside from that, make sure you're populating the credentials in Domo with the right pieces of information.除此之外,请确保您在 Domo 中使用正确的信息填充凭据。 Hostname should be the server's public IP address.主机名应该是服务器的公共 IP 地址。

This connector follows the same general process as described in AWS's documentation here , with the exception that steps 5 and 6 are optional since SSH is not required for this connector.此连接器遵循与此处 AWS 文档中所述相同的一般流程,但步骤 5 和 6 是可选的,因为此连接器不需要 SSH。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM