" Mysql error: Could not load database file"

I get this error: “Error: Could not load database file mysql!”
My configfile looks like like this:

CODE: SELECT ALL
// DB
define('DB_DRIVER', 'mysql');
define('DB_HOSTNAME', 'localhost');
define('DB_USERNAME', 's12587xxxxxx');
define('DB_PASSWORD', 'xxxxx');
define('DB_DATABASE', 'db125874xxxxx');
define('DB_PREFIX', '');

Any idea?

the error isn’t from mysql so it would be from your php (or whatever) script. you would have to show how you call the config file into your script. Really your question belongs in php or whatever forum rather than mysql as the problem isn’t mysql related.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.