Error when install Wordpress with mariadb "Your PHP installation appears to be missing the MySQL extension which is required by WordPress."
Solution 1:
You need to install php-mysql so that PHP could connect to a MySQL/MariaDB instance. Do this by
yum install php-mysql