question

didierBert5 avatar image
didierBert5 asked

"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?
mysql
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

WHicks avatar image
WHicks answered
Check the file /system/database/mysql.phpexsts (and is accessible by your permissions) if it is then check your DIR_DATABASE path is correct If you are still experiencing the issue after applying this fix you can try Fix Toolbox for MySQL [ https://www.fixtoolbox.com/repairtoolformysql.html][1] [1]: https://www.fixtoolbox.com/repairtoolformysql.html
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

didierBert5 avatar image
didierBert5 answered
Thanks for answer
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.