kodekloudhub / learning-app-ecommerce

A sample e-commerce learning app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

php-mysql package not found for centos8

adampblack opened this issue · comments

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