Hey guys, how are you? hope everything good, Im tr...
# ask-community-for-troubleshooting
r
Hey guys, how are you? hope everything good, Im trying a MySQL connection, the DB is accesible using DBeaver with the same credentials, but airbyte sends the following error:
Copy code
Could not connect with provided configuration. Error: Cannot create PoolableConnectionFactory (Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.)
I have been looking around and I’m sure the db is accesible, so I’m not sure why it’s not connected, also the credentials are okay. Any one knows what might be happening?
1
n
Can you check this?
r
Thanks I will try to add the enabledTlsProtocols=Tlsv1.2
worked like a charm! but i used:
Copy code
enabledTLSProtocols=TLSv1.2
Thanks a lot @Noah Kawasaki
👍 1