Your PHP installation appears to be missing the MySQL extension which is require

Roninwz發表於2017-10-08

1.安裝php5-mysql

sudo apt-get install php5-mysql

2.重啟apache2和mysql服務

 sudo /etc/init.d/apache2 restart

 sudo /etc/init.d/mysql restart


相關文章