Clojure: korma database error

90 Views Asked by At

So I am using mariadb, I have already made my database and connected it with korma, the database has permission set i (think) have all the drivers installed and when i try to run my got i get this:

Caused by: java.sql.SQLException: Access denied for user ''@'172.17.0.1' (using password: YES)

and the ip that I use is not even that is 172.17.0.3. The database runs in docker if that helps.
I have already tried to change the ip and that doesn't change the error in any way.

0

There are 0 best solutions below