Hi Guys, i`m new using Airbyte. i`m got stuck to initiate the source mysql. my airbyte installed in server A (centos) and its run as expected at localhost:8000. and now i`m going to setup the source mysql DB which located in different server B (run on vm level) . already tried access this mysql db using docker run from server A and its good. But i keep receive
"_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._)"
in airbyte to set the source part. already put "enabledTLSProtocols=TLSv1.2" in jdbc url param but still not working. need your guys help please