• I am trying to get HyperDB working on my new WordPRess installation, however, when installed it keeps returning 500 errors when trying to access the site. Found out this is due to the fact that HyperDB has not been updated to include mysqli support for when using PHP7.

    Found this workaround: https://github.com/soulseekah/hyperdb-mysqli

    However, this does not include support for utf8mb4 when using the latest WordPress. This workaround here does however: https://github.com/johnjamesjacoby/ludicrousdb/tree/master/src

    Unfortunately this does not include mysqli support. So there is a work around for each problem, but not one that does both problems.

    I was wondering how other people have got around this?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘HyperDB – Mysqli and utf8mb4 support’ is closed to new replies.