Unable to connect to MySQL through port 3306
Posted
by
Ron
on Server Fault
See other posts from Server Fault
or by Ron
Published on 2011-04-15T18:52:48Z
Indexed on
2013/07/01
16:23 UTC
Read the original article
Hit count: 212
I read the answers about 3306 from a question posted in 2009. I have the same problem, but the answers I read didn't help. Port 3306 is open, even if I stop the windows-firewall, MySQL still can't access it. MySQL is running. I've run netstat firewall xxxxxx
and get these results:
3306 TCP Enable MySQL Server
and this from netstat -a -n
:
TCP [::]:3306 [::]:0 LISTENING 0
(I don't understand the [::])
I do have AVG Internet Security running but not the Firewall component. How can I find out what is blocking MySQL from accessing this port? And it's not just this specific port, but any port. I've asked on the MySQL forum, but no one is replying.
© Server Fault or respective owner