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

前端 未结 25 1305
死守一世寂寞
死守一世寂寞 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:16

    It maybe the reason The php mysql api is deprecated. if your using below < PHP5.5 just update in your server to 5.6 and above.

提交回复
热议问题