Can you save a MYSQL connections?

Solved!
longhowlam
Level 3
Can you save a MYSQL connections?
Hi

I am installing Dataiku from a script, in this script I also install MYSQL. Now I want to setup a connection from Dataiku to a MYSQL server, also from the script. Can this be done?



Regards,

Longhow
1 Solution
AdrienL
Dataiker

This can be done for instance by leveraging the public API from DSS, either the REST API directly or more simply via the python client, see Managing Connections.



This assumes that the MySQL JDBC driver is already installed on the DSS instance.

View solution in original post

0 Kudos
2 Replies
AdrienL
Dataiker

This can be done for instance by leveraging the public API from DSS, either the REST API directly or more simply via the python client, see Managing Connections.



This assumes that the MySQL JDBC driver is already installed on the DSS instance.

0 Kudos
longhowlam
Level 3
Author
Thanks. That worked !
0 Kudos