MySQL ERROR 2003 Troubleshooting
Problem:
MySQL connection raise an error
Background
1.MySQL was working normal before the server went down
2.Local environment can connect to MySQL normally
3.The MySQL configuration has not been modified, so the configuration is also normal
Troubleshooting steps
1.Check configuration file
Several parameters that will cause the remote connection to be failed are all look good
2.Ping from another server
Can ping successfully
3.telnet port,oops got an error
4.iptables -L check the firewall
5.Finally, it is determined that it is a problem with the firewall. Delete the routing rule that caused the error.