Instead of yum install php-mysql it should be yum install php-mysqlnd https://stackoverflow.com/questions/63363030/how-do-i-install-the-mysql-extension-for-php-7-on-centos-8 You just need to update the README.md
Instead of
yum install php-mysql
it should be
yum install php-mysqlnd
https://stackoverflow.com/questions/63363030/how-do-i-install-the-mysql-extension-for-php-7-on-centos-8
You just need to update the README.md