Forum Discussion
Issues connecting to MySQL database server using virtual network data gateway in Fabric
- Anonymous1 year ago
I managed to connect to connect to the external MySQL server using a Self-hosted Integration Runtime with a static IP address in Azure Data Factory. No luck in doing it in Fabric. I have not been able to raise a support ticket as I for some reason do not had access to do so.
Hello Anonymous ,
I wanted to follow up on our previous suggestions regarding the issue. We would love to hear back from you to ensure we can assist you further.
If my response has addressed your query, please accept it as a solution and give a ‘Kudos’ so other members can easily find it. Please let us know if there’s anything else we can do to help.
Thank you.
Hi!
Unfortunately, the connection issue still exists, and the advice given has not been able to resolve the issue. I have confirmed that port 3306 is open. When I troubleshoot the network in Fabric, I can see that the source adress indeed is an adress in my whitelisted subnet address range, and the remote adress is the adress of the MySQL database. However, the TCP test and ping still both fail.
- Anonymous1 year agoNot applicable
Hello Anonymous ,
Thank you for the update! Since the source address matches the whitelisted subnet but both the TCP test and ping fail, the issue is most likely on the MySQL provider’s side. Please confirm with the provider if they block ICMP (ping) or TCP connection probes from external services like Azure, as some providers restrict such requests for security reasons.
Additionally, verify if the provider enforces SSL/TLS connections and ensure the correct certificates are provided during the connection setup in Fabric. It is also worth checking if the provider allows connections only from specific client types or if they block requests from cloud-based services like Azure. If everything seems correctly configured, request the provider to check their firewall logs for any blocked connection attempts.
If this post helps, then please give us Kudos and consider Accept it as a solution to help the other members find it more quickly.
Thank you.
- Anonymous1 year agoNot applicable
Hello @beryil ,
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank you.- Anonymous1 year agoNot applicable
Hello Anonymous ,
Unfortunately still no solution, and I have given the hopes of connecting to the database using a VNet Data Gateway in Fabric. Instead, I am now trying fetch data from the MySQL database using Azure Data Factory. I plan to ask a new question related to this approach as it also has some issues.