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

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

    This Error is created by the WP core file /wp-includes/load.php and the function name is wp_check_php_mysql_versions().

    The older versions of the WP does not support MySqli. But the latest WP versions support both MySql and MySqli extensions without bothering installed PHP versions.

    Solved my problem 100%

    In my case, I just updated the Wordpress core files manually and solved the issue :)

提交回复
热议问题