php: SQLSTATE[HY000] [2002] No connection could be made because the target machine actively refused it

后端 未结 6 1636
暖寄归人
暖寄归人 2020-12-20 02:33

I have create register and login form using php. And i had took the source from google.

So i have added all the corresponding code, when run index.php.

It sh

6条回答
  •  粉色の甜心
    2020-12-20 03:03

    For Drupal Users -

    This happens generally because of max_execution time for communicating server to mysql. Increase max execution time from 60 sec to upper limit you want and try refresh the page again.

    It worked for me.

提交回复
热议问题