I am using Laravel to connect to MySQL database.
I got this exception:
PDOException SQLSTATE[HY000] [1049] Unknown database \'forge\'
first clear your cache using this command
php artisan cache:clear
Then restart the server using this command
php artisan serve