Fixed:Your PHP installation appears to be missing the MySQL extension which is required by WordPress.

Date posted: 18/06/2019

Introduction

To clarify that this error is more annoying after migration from easyapache 3 to easyapache 4. As a result we will get this error on all of our wordpress sites.

While accessing any wordpress site after the easyapache migration 4.

Solution

On the other hand, the error suggests that the PHP that the website is using is missing the extension required for the WordPress website.

Certainly, to connect to the database, so installing this missing module is the resolution for the issue you are facing.

Fixed

1. Crack in Cpanel

 login to whm with root >> click on easy apache >> select the active profile and click on customize >> under php extension you should see mysql extension >> enable / install it >> and you are done.

2. crack in root [backend]

Most importantly to the Easyapache execution, you can also do that from the shell where you can execute the below command on your cPanel server, moreover which will update the required module for you.

# yum install ea-php*-mysql*

That’s it.

Thanks for using pheonix solutions.

You find this tutorial helpful? Share with your friends to keep it alive.

Leave a Reply