最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

I am facing this error Your PHP installation appears to be missing the MySQL extension which is required by WordPress

programmeradmin3浏览0评论

my website is fine till yeaterday. Today when i open my website url saw this error. Your PHP installation appears to be missing the MySQL extension which is required by WordPress. Even i am unable to access admin panel. I have tried setting up older version of php. Tried updating wordpress. But no use. Please guide me what will be the issue and solution for the same. Thank you, Varsharani Agare

my website is fine till yeaterday. Today when i open my website url saw this error. Your PHP installation appears to be missing the MySQL extension which is required by WordPress. Even i am unable to access admin panel. I have tried setting up older version of php. Tried updating wordpress. But no use. Please guide me what will be the issue and solution for the same. Thank you, Varsharani Agare

Share Improve this question edited Apr 19, 2020 at 11:34 fuxia 107k39 gold badges255 silver badges459 bronze badges asked Apr 19, 2020 at 9:04 Varsha Ingale AgareVarsha Ingale Agare 11 bronze badge 3
  • I suggest contacting your host for assistance. – Jacob Peattie Commented Apr 19, 2020 at 9:19
  • I am in touch with them.. But I need to know the issue. Can you please tell me possibility where is the problem? – Varsha Ingale Agare Commented Apr 19, 2020 at 10:31
  • The problem is described in the error message: "Your PHP installation appears to be missing the MySQL extension which is required by WordPress." Only your host can tell which extension is missing and resolve it. – Jacob Peattie Commented Apr 19, 2020 at 14:51
Add a comment  | 

1 Answer 1

Reset to default 0

I ran into the same problem just now, when I upgraded to PHP 7.4 & removed the older version.

If you are on Nginx server, you need to update the configuration file

location ~* \.php$ {
      fastcgi_pass  unix:/run/php/php7.4-fpm.sock;

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论