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?

[646 byte] By [dhaval_shaha] at [2007-11-27 11:41:40]
# 1

Firewall.

cotton.ma at 2007-7-29 17:39:31 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...