How to compile PHP with MySQL support (RedHat, CentOS)
Simply two steps to add MySQL support to your PHP
1, yum remove php-common php
2, yum install php php-mysql php-common php-mbstring php-mcrypt php-devel php-xml php-gd
Tags: MySQLSimply two steps to add MySQL support to your PHP
1, yum remove php-common php
2, yum install php php-mysql php-common php-mbstring php-mcrypt php-devel php-xml php-gd
Tags: MySQL