報錯 could not find php_pdo或者driver

1.網站遷移或者PHP升級可能會出現下面的狀況php

缺乏could not find php_pdomysql

解決辦法 :升級php便可web

yum remove php*sql

yum clean allide

wget http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm php-fpm

wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm測試

rpm -Uvh remi-release-6.rpm epel-release-6.rpm網站

rpm -Uvh http://mirror.webtatic.com/yum/el6/latest.rpm
yum install php56-fpm
yum install php56pdo

測試 /usr/bin/php -v
/usr/sbin/php-fpm -vrem

PDOException

2.缺乏 could not find driver

yum install php-devel -y
yum install php-mysqlnd
查看php支持的模塊
php -m

測試網站是否恢復正常

相關文章
相關標籤/搜索