I am using Laravel to connect to MySQL database.
I got this exception:
PDOException SQLSTATE[HY000] [1049] Unknown database \'forge\'
You need to modify the name of the DB in the file .env (and if need in .env.example) I solved my problem with this little correction.