Results 1 to 2 of 2

Thread: "Mysql error: Could not load database file"

  1. #1
    Join Date
    Sep 2015
    Posts
    1

    "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?

  2. #2
    Join Date
    Oct 2015
    Posts
    1

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •