utf8mb4 requires a newer client library error

While checking the WordPress ‘Site Health’ status page, you may see ‘utf8mb4 requires a newer client library‘ highlighted

Login to your DirectAdmin account and click on the ‘Select PHP Version‘ icon in the Extra Features section.

On this page you can select the PHP version that you'd like to use and enable or disable specific PHP extensions. You will need to disable the outdated extensions here.

Look for and untick the following extensions:

mysql
mysqli
pdo_mysql

Some of these may not be on the list, depending on which version of PHP you have selected. If the extension is not there, just skip it and disable the other extensions on this list.

Finally, enable their replacements:

mysqlnd
nd_mysqli
nd_pdo_mysql
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

WordPress Form Mail via SMTP

WordPress Contact Form Mail via SMTP  Default WordPress settings use phpMail, an older...

WordPress Resources

Getting StartedWordPress Codex - New To WordPress - Where to StartWordPress Codex - First Steps...

Optimizing WordPress Sites

For a more general information on shared hosting resource limits, please refer to the following...

What Should I Do If I Receive a ‘Resource Limits Reached’ Error?

Why are there limits in place?Resource limits on shared servers are set and enforced with...

Wordpress Brute Force Attempts / Restrict wp-admin by IP Address

Default installations of wordpress do not include any brute force protection so it is strongly...