部署nginx后无法访问数据库,查看www-error.log日志报错Class 'mysqli' not found in /usr/local/nginx/html/mysql.php on line 2
检查你的php-mysql包是否安装 [root@localhost nginx]# rpm -qa php-mysql 没有任何输出则没有安装,接下来用yum安装php-mysql yum -y install php-mysql 重启php-fpm再验证 systemctl restart php-fpm 来源: https://www.cnblogs.com/guarding/p/12150061.html