安装php-mysql,然后重启,然后开机的时候启动服务。
yum install php-mysql
如果在执行之后报错“Error: php71w-common conflicts with php-common-5.4.16-43.el7_4.x86_64”,要用指定PHP版本来安装,比如上面报错的是:php71w,那么你就需要执行:
yum -y install php71w-* --skip-broken
然后执行:
systemctl start php-fpm
安装php-mysql,然后重启,然后开机的时候启动服务。
yum install php-mysql
如果在执行之后报错“Error: php71w-common conflicts with php-common-5.4.16-43.el7_4.x86_64”,要用指定PHP版本来安装,比如上面报错的是:php71w,那么你就需要执行:
yum -y install php71w-* --skip-broken
然后执行:
systemctl start php-fpm