trouble connecting to MySql DB (PHP)

后端 未结 4 1647
故里飘歌
故里飘歌 2021-01-27 12:16

I have the following PHP code to connect to my db:



        
4条回答
  •  Happy的楠姐
    2021-01-27 12:42

    ha i also had that issue now i fix it by changing port number e.g "find.db.13344.hostedfind.com:3306". before it my connection was trying to access the "find.db.13344.hostedfind.com:3307" so it gave me this error Warning: mysql_connect() [function.mysql-connect]: [2002] A connection attempt failed because the connected party did not (trying to connect via tcp://localhost:3306) .

提交回复
热议问题