On Thu, Jan 15, 2009 at 4:09 AM, TCB <tawandac(a)gmail.com> wrote:
I hope this is the right list, i'm trying to run
latest sermyadmin against a
remote mysql DB.
I get error of this nature.
Last packet sent to the server was 0 ms ago.
at java.security.AccessController.doPrivileged(Native Method)
... 22 more
Caused by: org.springframework.jdbc.support.MetaDataAccessException: Could
not get Connection for extracting meta data; nested exception is
org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get
JDBC Connection; nested exception is
com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link
failure
It seems to be a db or network related problem, but just in case,
check bind-address in mysql my.cnf file. It should be set to something
different to localhost to allow external connections.
Regards
Luciano