Unable to connect to Ensembl MySql Database
I'm trying to connect to the snp_mart_45 database in Ensembl (port number 3316) with the following config:
final String ENSEMBL_CONNNECTION ="jdbc:mysql://martdb.ensembl.org/snp_mart_45:3316?user=anonymous";
However, I get a socket exception
MESSAGE: java.net.ConnectException: Connection refused: connect
STACKTRACE:
java.net.SocketException: java.net.ConnectException: Connection refused: connect
Not sure what I've done wrong but I can connect through a MySQL Query browser with those parameters without any problems. Anyone got any ideas?

