I am using Laravel to connect to MySQL database.
I got this exception:
PDOException SQLSTATE[HY000] [1049] Unknown database \'forge\'
Sounds like you have an environment-specific config file somewhere that overrides the default database settings. Possibly app/config/local/database.php.