安装wordpress报错(完美解决)

#错误1#

Your server is running PHP version 7.2.1 but WordPress 6.7.1 requires at least 7.2.24.

这是因为wordpress6.7.1需要7.2.24及以上版本,解决方法就是下载低版本wordpress或者升级高版本的php运行环境

#错误2#

不能选择数据库

可以连接到数据库服务器(这说明您的用户名和密码正确),但是不能选择 wordpress 数据库。

这是因为在安装时需要提前在数据库中创建对应的库名,比如wordpress (随意写)

#错误3#

无法登录进入后台

wp-login.php

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

Please check that the mysqli PHP extension is installed and enabled.

If you are unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress support forums.

这是因为php没有开启扩展php_mysqli

#错误4#

需要升级数据库

WordPress 已更新!下一步也是最后一步是将您的数据库更新到最新版本。

数据库升级过程需要一点时间,请耐心等候。

直接点击升级数据库即可,如果不行就检查是否开启php_mysq扩展

你可能感兴趣的:(wordpress,报错)