I'm trying to connect google cloud SQL to Tibco Spotfire. In Spotfire I opened the "information designer" -> "setup data source" and chose MySQL5. In the connection URL I have jdbc:mysql://google/recommendation_spark5?cloudSqlInstance=project-luc:europe-west4:movieratings&socketFactory=com.google.cloud.sql.mysql.SocketFactory&useSSL=false
"
I get the error message: "Cannot connect to data source 'google sql', due to invalid configuration or that the data source is not running. Database reported: Could not create socket factory 'com.google.cloud.sql.mysql.SocketFactory' due to underlying exception: " (no exception is given)
I also tried pasting the usename and password in the URL but it gives the same error. Does anyone have experience with this?