Unable to connect to database "target_db"
- Check to see if Mysql is running
- Make sure the Database "target_db" exists
- The Database "target_db" is defined in file config.inc.php
- Make sure the USERNAME defined in the config.inc.php can connect to the Database "target_db"
- You Can create the Database "target_db" using file project_db.sql
example: mysql -uroot -p < project_db.sql