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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

[resolved] Can't connect to MariaDB

Hi !
I'm working on a project and i would like to connect a MariaDB database.
With putty i can connect to the database.

Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 177
Server version: 5.5.44-MariaDB MariaDB Server
Copyright (c) 2000, 2015, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

But when I go on talend, i got a time out...
My database is running on a virtual server in localhost, have you go a idea about what's going wrong ?
Bests regards
Labels (2)
1 Solution

Accepted Solutions
_AnonymousUser
Specialist III
Specialist III
Author

Hi !
 I found the problem yesterday, that was the firewall of the server, the port for MySQL wasn't set...
Thanks for replies !

View solution in original post

3 Replies
Anonymous
Not applicable

Hi,
What's Talend build version you are using? Did you start your DB server on a virtual server in localhost?
Could you please upload the connection setting screenshot into forum?
Best regards
Sabrina
_AnonymousUser
Specialist III
Specialist III
Author

Hi !
I'm working on a project and i would like to connect a MariaDB database.
With putty i can connect to the database.
But when I go on talend, i got a time out...
My database is running on a virtual server in localhost, have you go a idea about what's going wrong ?

Hi,
VMs like docker runs MariaDB on an alternativ port instead the default port 3306, so check the port of your MariaDB installation and take care, that the same port is entered in the MySQL Connection in Talend.
Richard
_AnonymousUser
Specialist III
Specialist III
Author

Hi !
 I found the problem yesterday, that was the firewall of the server, the port for MySQL wasn't set...
Thanks for replies !