I’ve setup dremio open source on my linux vm by following this guide: Docker | Dremio Documentation. When I try to add a MySQL data source, which resides on the same vm, I get this error: Could not connect to mysqltestdatabase, check your JDBC connection information and credentials.
Where do i configure a JDBC driver in Dremio and where do I test my MySQL connection? How do I resolve this issue?
The same issue persists when I try to add a Microsoft SQL Server database as well.
Hey @balaji.ramaswamy could you provide a resolution to this ASAP? It’s a priority item, thanks.
Hi @rohith.krishnakumar Sorry for the delay, I was OOO, can you please try adding the source again, in another window, tail server.log, what errors does it say?
Hey @balaji.ramaswamy , we’ve fixed it by installing a JDBC driver for Dremio to use and it was working fine. We setup the development instance directly from GitHub as well, and that didn’t have an issue like this so it may have been something to do with the docker container deployments.
1 Like