My SQL Error: A connection attempt failed because the connected party did not properly respond

后端 未结 2 1188
囚心锁ツ
囚心锁ツ 2021-01-15 04:50

I have a MySQL database in a 3rd party server. I am trying to access it from my local machine using php in dreamweaver. However, I am getting the following error:

         


        
2条回答
  •  难免孤独
    2021-01-15 05:18

    It means you cant connect to the server. Check your connecting to the correct ip address and your firewall is configured to allow traffic.

提交回复
热议问题