If that pic is the database in question then there is no prefix and where did you get:
Code:
The list of tables below look like this
# boxesbanners_history
# boxescategories
# boxescategories_description
# boxesconfiguration
as the ones in the pic look like this:
Code:
banners_history
categories
categories_description
configuration
try this:
Code:
// define our database connection
define('DB_TYPE', 'mysql');
define('DB_PREFIX', '');
define('DB_SERVER', 'localhost');
define('DB_SERVER_USERNAME', 'model_Username);
define('DB_SERVER_PASSWORD', 'MyPassword');
define('DB_DATABASE', 'model_boxes');
define('USE_PCONNECT', 'false'); // use persistent connections?
define('STORE_SESSIONS', 'db'); // use 'db' for best support, or '' for file-based storage