Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
eddietang
Contributor
Contributor

Failed to connect to Azure MySql database

I can successfully connect to mysql database in mysql workbench, however, when I using the "MySQL Enterprise Edition" connector, I found following issue:

ERROR [08001] [Qlik][MySQL] (1004) The connection has timed out while connecting to server: demosrv.mysql.database.azure.com at port: 3306.

 

Any advise to resolve the problem. Thanks.

Labels (2)
1 Solution

Accepted Solutions
Sebastian_Linser

Hello @eddietang ,

is the mysql workbench also installed on your Qlik Sense Server? Otherwise it might be the need to whitelist a second IP for access to the database.  https://docs.microsoft.com/en-us/azure/mysql/single-server/how-to-manage-firewall-using-portal

best regards

Sebastian

 

Help users find answers! Don't forget to mark a solution that worked for you! 🙂

View solution in original post

2 Replies
Sebastian_Linser

Hello @eddietang ,

is the mysql workbench also installed on your Qlik Sense Server? Otherwise it might be the need to whitelist a second IP for access to the database.  https://docs.microsoft.com/en-us/azure/mysql/single-server/how-to-manage-firewall-using-portal

best regards

Sebastian

 

Help users find answers! Don't forget to mark a solution that worked for you! 🙂
eddietang
Contributor
Contributor
Author

Problem solved after adding the whitelist for the qlikcloud. Thanks.