My EE (2.5.3) site is a blank screen after I had to rename the MySQL DB (btw, site is in development, not live, phew!).
Here’s what I did:
1. Used PhpMyAdmin to rename the db
2. Opened the file system/expressionengine/config/database.php
3. Updated the DB name in this line $db[‘expressionengine’][‘database’] =
4. Checked the site and the screen was blank
5. So I checked the DB and all data was intact and OK
6. Then I confirmed the DB credentials were correct
Is there something else I need to do—or should have done—to connect to the renamed DB?