Quote:
|
Originally Posted by echristi >telnet: connect to address 127.0.0.1: Connection refused
>Trying ::1...
>telnet: connect to address ::1: Connection refused |
That's the problem right there. THe mysql command is going through the local socket, but tomcat is trying to hit mysqld on the network port.
That's from
telnet localhost 7306
right? (Not telnet 127.0.0.1 7306)
Does
telnet 127.0.0.1 7306
connect?
What do you get from (as root):
iptables -t nat -L
iptables -L