Php - Your PHP installation appears to be missing the MySQL extension which is required by WordPress

前端 未结 25 1339
死守一世寂寞
死守一世寂寞 2020-11-28 08:48

How do I fix the error below?

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

I

25条回答
  •  鱼传尺愫
    2020-11-28 09:18

    On Oracle Linux 7.x running PHP version 7.3.x you need to run sudo yum install php-mysqlnd in order to install the missing MySQL extension for PHP.

    Remember to restart PHP and or your server for the changes to take effect.

提交回复
热议问题