doufen3091 2019-01-28 20:15
浏览 139
已采纳

SQLSTATE [HY000] [2002]无法建立连接

I'm new to Laravel. When I migrated my table I got the following error.

PDOException::("SQLSTATE[HY000] [2002] No connection could be made because the target machine actively refused it.

Database info

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3036
DB_DATABASE=Monu
DB_USERNAME=root
DB_PASSWORD=''

When I type php artisan migrate I get that error.

  • 写回答

2条回答 默认 最新

  • dousui6488 2019-01-28 20:25
    关注

    change port to DB_PORT=3306 the run the following commands

    1.php artisan config:clear

    2.php artisan cache:clear

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?