By default, MySQL only listens on localhost.
If you have configured MySQL to listen for remote connections, happy
getting hacked...

However, to solve your issue:

- Make sure you can connect to the remote MySQL from the server where
you're running Tomcat:

mysql -h YOUR_HOST_HERE - u USER -p

If that works, come back here, if not:

Consult your MySQL manual or read it up right here:
http://dev.mysql.com/doc/ or ask your questions in your preferred
MySQL-mailinglist.

Rgds

Gregor
-- 
just because your paranoid, doesn't mean they're not after you...
gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
gpgp-key available @ http://pgpkeys.pca.dfn.de:11371

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to