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

前端 未结 25 1356
死守一世寂寞
死守一世寂寞 2020-11-28 08:48

How do I fix the error below?

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

I

25条回答
  •  伪装坚强ぢ
    2020-11-28 09:18

    For php 5.6 sudo apt-get install php5.6-mysqlnd-ms and restart your apache

    /etc/init.d/apache2 restart
    

提交回复
热议问题