发新话题
打印

[原创] 关于无法安装wordpress的解决办法

关于无法安装wordpress的解决办法

wordpress也是我最近才用的一个博客程序采用的是 php+MySQL,功能很强大
我在安装的时候也遇到一些问题现在列出来供大家参考


第一种:
Error establishing a database connection
This either means that the username and password information in your wp-config.php file is incorrect or we can’t contact the database server at localhost. This could mean your host’s database server is down.
Are you sure you have the correct username and password?
Are you sure that you have typed the correct hostname?
Are you sure that the database server is running?
If you’re unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress Support Forums

这种问题只要在你安装wordpress的目录下面找到一个叫wp-config-sample.php的文件打开把你的数据库用户的名字、密码和数据库的密码写上去就行了。
至于DB_HOST这项 大多数都是 localhost 但也有例外我就见过 你可以通过phpmyadmin来看
基本上都能解决


第二种:
错误的代码暂时找不到
中文的大概意思就是说找不到wp-config.php
但我们可以在wordpress的目录下找到一个wp-config-sample.php的文件
把这个改成wp-config.php就行了,有时这两个文件都要 然后刷新下是不是可以用了



还有种就是上传到空间运行出现大量的警告:
这我也没有什么办法解决我是删了重传
最好用二进制的

TOP

自己顶一下太辛苦了最近

TOP

发新话题