Laravel PDOException SQLSTATE[HY000] [1049] Unknown database 'forge'

后端 未结 23 2467
醉酒成梦
醉酒成梦 2020-12-25 11:51

I am using Laravel to connect to MySQL database.

I got this exception:

PDOException
SQLSTATE[HY000] [1049] Unknown database \'forge\'
23条回答
  •  梦谈多话
    2020-12-25 12:47

    first clear your cache using this command

    php artisan cache:clear
    

    Then restart the server using this command

    php artisan serve
    

提交回复
热议问题