How do I fix the error below?
Your PHP installation appears to be missing the MySQL extension which is required by WordPress.
I
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.
sudo yum install php-mysqlnd
Remember to restart PHP and or your server for the changes to take effect.