Tagged Questions
2
votes
2answers
1k views
Why can't I telnet to MySQL?
When trying to connect to mysql server via telnet I am getting following error:
telnet localhost 3306
Trying ::1...
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection timed out
...