1👍
✅
About the yum dependencies issue with php-mysql, I recommend to switch to php-mysqlnd which have no dependency on libmysqlclient.
To switch in a single transaction, you need to use yum shell:
# yum shell --enablerepo=remi
> remove php-mysql
> install php-mysqlnd
> run
Source:stackexchange.com