SQL Data Source
-
I have MySQL database on a server= 10.120.17.16 Port= 3306 db= fiteq
Having trouble with the connection string? I have “workbench” and can connect to the db but not with the Mango data source? -
You can use the value of your db.url in your env.properties file, but for a database named 'mangodb' it will be something like...
jdbc:mysql://localhost/mangodb
or
jdbc:mysql://localhost:3306/mangodb
-
Phill, Thanks so much. I pulled it out of the file and it works fine.