mysqli_connect(): (HY000/2002): Connection timed out on hosting

后端 未结 4 1834
我寻月下人不归
我寻月下人不归 2020-12-21 12:41

I am trying to connect mysql database using php. But it is running fine on local machine but not when hosted online and error appeared as mysqli_connect(): (HY000/2002): Co

4条回答
  •  执念已碎
    2020-12-21 12:53

    I think you have to white list your hosting server's ip address to your DB server.

    So your DB server will accept requests from your hosting server.

提交回复
热议问题