Wordpress:建立数据库连接和Apache2问题时出错

时间:2015-09-26 11:40:19

标签: php mysql wordpress apache ubuntu

好的,直到最近,我的Wordpress博客在我的VPS上完美运行。突然间,我开始看到建立数据库连接的错误'页。

我在wp-config.php中检查了我的数据库用户和密码凭据,但一切似乎都很好。

我多次尝试过sudo service apache2 restartsudo service apache2 reload,但这并没有真正发挥作用。

所以,我尝试运行apache2,我得到了这个:

radhika@algosaur:~$ apache2
[Sat Sep 26 07:23:42.098529 2015] [core:warn] [pid 4151] AH00111: Config variable ${APACHE_LOCK_DIR} is not defined
[Sat Sep 26 07:23:42.103296 2015] [core:warn] [pid 4151] AH00111: Config variable ${APACHE_PID_FILE} is not defined
[Sat Sep 26 07:23:42.103510 2015] [core:warn] [pid 4151] AH00111: Config variable ${APACHE_RUN_USER} is not defined
[Sat Sep 26 07:23:42.103706 2015] [core:warn] [pid 4151] AH00111: Config variable ${APACHE_RUN_GROUP} is not defined
[Sat Sep 26 07:23:42.103940 2015] [core:warn] [pid 4151] AH00111: Config variable ${APACHE_LOG_DIR} is not defined
[Sat Sep 26 07:23:42.173950 2015] [core:warn] [pid 4151] AH00111: Config variable ${APACHE_LOG_DIR} is not defined
[Sat Sep 26 07:23:42.175114 2015] [core:warn] [pid 4151] AH00111: Config variable ${APACHE_LOG_DIR} is not defined
[Sat Sep 26 07:23:42.176655 2015] [core:warn] [pid 4151] AH00111: Config variable ${APACHE_LOG_DIR} is not defined
AH00526: Syntax error on line 2 of /etc/apache2/apache2.conf:
Invalid Mutex directory in argument file:${APACHE_LOCK_DIR}

我搜索this question。不,我还没有将我的服务器从Ubuntu 12.04更新到14.04,它从一开始就在Ubuntu 14.04上运行。所以我决定给出一个答案:

source /etc/apache2/envvars
/usr/apache2/sbin -V
sudo service apache2 restart

否'建立数据库连接时出错'页面了!它又开始工作了!

除此之外,它没有,并且错误页面在一段时间后回来了。从那以后,每次我的博客关闭时,我都会手动重置上述三个命令中缺少的envvars。

每次运行命令时,我的博客都会暂时运行,但会回到“建立数据库连接错误”的状态。页面一段时间后。

有人可以帮助我吗?

提前非常感谢你!

编辑: Here是我的wp-config.php供参考。

1 个答案:

答案 0 :(得分:0)

检查您的配置文件,您可能会发现类似于下面提到的代码。

如果您找到了某些内容,请从config.php文件

中删除该行
define('WP_CACHE', true);

这可能是由于在某个时间添加插件并且插件使用类似代码而发生的。因此,我建议您仔细检查配置文件。