📌  相关文章
📜  mysqli::real_connect(): (hy000 2002): 连接被拒绝 - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:30.747000             🧑  作者: Mango

代码示例2
If MySQL Server is up and running - then this looks like some transport (e.g. firewall) problem. First step is to try telnet command below - if it shows an error, then problem is not related to PHP or MySQL :

telnet 66.96.147.118 3306 
(On success it will print mysql version + some random characters)