Something strange is happening after deploying my applications.
I have a development environment connected to database dev_db. All applications use the same connection (conn_mysql) and this is the only connection in my developement environment.
After deployment I change the MySQL connection to database tst_db, test the connection, which gives “Connection Success”.
When I start the application it gives an error:
Connection attempt failed: SQLSTATE[HY000] [1049] Unknown database acc_db
This acc_db doesn’t exist anymore for a long time. When I perform a grep -r on my filesystem no files are found with this name of the database.