1,234   Apache Ubuntu

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

 

在转移wordpress时,遇到上面的问题,原来服务器环境忘了安装mysql与PHP链接的扩展

ubuntu 上安装

 

sudo apt-get install php5-mysql

 

然后重启apache

sudo service apache2 restart




Leave a Reply

Your email address will not be published. Required fields are marked *