报错

Your PHP installation appears to be missing the MySQL extension which is required by WordPress.

原因:没有安装完整mysql与PHP对接的依赖
解决办法

yum install -y  php-fpm  php-gd php-mbstring  php-mysql

相关文章: