I am using Laravel to connect to MySQL database.
I got this exception:
PDOException SQLSTATE[HY000] [1049] Unknown database \'forge\'
clear your Cache php artisan cache:clear and then restart your server php artisan serve 127.0.0.1:8000
php artisan cache:clear
php artisan serve
127.0.0.1:8000