I am using Laravel to connect to MySQL database.
I got this exception:
PDOException SQLSTATE[HY000] [1049] Unknown database \'forge\'
Encountered this issue quite a few times, note that I'm running laravel via Vagrant. So here are the fixes that work for me:
You may try reloading your server instead of vagrant (ie MAMP)