When I try to connect to mysql from another host I get a java.sql.SQLException: Server configuration denies access to data source at org.gjt.mm.mysql.MysqlIO.init (MysqlIO.java, Compiled Code).
I works when I do it from local host. I assume it is a matter of setting permissions in the host or user tables but I can't figure out what I'm supposed to do.
I works when I do it from local host. I assume it is a matter of setting permissions in the host or user tables but I can't figure out what I'm supposed to do.