PHP7.0安装后mysql缺少PDO驱动

xiaoxiao2021-02-28  156

1.PHP7.0安装后用mysql 提示缺少PDO驱动。 这点与PHP5.3不同。 报错:

An uncaught Exception was encountered Type: PDOException Message: could not find driver

解决:

apt-get install php7.0-mysql
转载请注明原文地址: https://www.6miu.com/read-19792.html

最新回复(0)