Skip to content

Commit 3b687af

Browse files
adding-to-mysql-troubleshooting (#14323)
1 parent ce1333f commit 3b687af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/integrations/sources/mysql.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ There may be problems with mapping values in MySQL's datetime field to other rel
2222
Some users reported that they could not connect to Amazon RDS MySQL or MariaDB. This can be diagnosed with the error message: `Cannot create a PoolableConnectionFactory`.
2323
To solve this issue add `enabledTLSProtocols=TLSv1.2` in the JDBC parameters.
2424

25+
Another error that users have reported when trying to connect to Amazon RDS MySQL is `Error: HikariPool-1 - Connection is not available, request timed out after 30001ms.`. Many times this is can be due to the VPC not allowing public traffic, however, we recommend going through [this AWS troubleshooting checklist](https://aws.amazon.com/premiumsupport/knowledge-center/rds-cannot-connect/) to the correct permissions/settings have been granted to allow connection to your database.
26+
27+
2528
## Getting Started \(Airbyte Cloud\)
2629

2730
On Airbyte Cloud, only TLS connections to your MySQL instance are supported. Other than that, you can proceed with the open-source instructions below.

0 commit comments

Comments
 (0)