Could not connect to database

- Open
config.php. - Find array of
databases. - For your selected database, check
host,port,database,usernameandpassword. - Check existance of database, for example by using a tool like Adminer.
- if not exists, create your database, named as configured, by using your database tool or SQL
CREATE DATABASE `my_app_db`; - Reload page.