便宜VPS网为回馈新老顾客,香港vps免费送,数量有限,先到先得!手慢无!

解决kloxo面板出现“Could not open database connection.”错误

kloxo面板 便宜vps网 3273℃

如何解决kloxo面板出现“Could not open database connection.”错误?

其实方法很简单,  只需3步骤。

解决方法如下:

1.首先用SSH登陆我们的VPS,然后执行以下三条命令:

  • php /usr/local/lxlabs/kloxo/bin/common/misc/reset-mysql-root-password.phps
  • /script/fix-program-mysql
  • mysql -u kloxo -p密码

温馨提示:

虽然看似简单,要是处理不当还是一样解决不了问题,

首先你要登陆ssh,通过命令检测vps磁盘空间的使用情况!
检测命令如下:df -h
检测出来的结果只要不大于93%,直接用上面的三步走,就ok啦!

如果大于就要删除一些不需要的文件!

下面我简单的演示一下!

[root@asd ~]# df -h                           (通过命令检测到空间用使用情况100%)
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda1              30G   28G   53M 100% /      (登陆ftp,或者直接在ssh上面删除一些不需要的文件)
none                  385M     0  385M   0% /dev/shm
[root@asd ~]# php /usr/local/lxlabs/kloxo/bin/common/misc/reset-mysql-root-password.phps    (然后进行三步走)
Stopping MySQL Service…
Starting MySQL server with –skip-grant-tables …
Reset password in progress…
Password reset done. Now killing MySQL Server softly…
Wait 10 seconds…
Restarting MySQL in normal mode…
Password successfully reset to “”
[root@asd ~]# /script/fix-program-mysql
grant all on kloxo.* to kloxo@localhost identified by ‘c89b7d31f5’
[root@asd ~]# mysql -ukloxo -pc89b7d31f5     (这里可是需要输入上面显示出来的随机密码的哦)
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 172
Server version: 5.0.95 Source distribution

Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the current input statement.

mysql> quit   (进入这一步直接用quit退出就Ok啦!)
Bye
[root@asd ~]#

原创文章,转载请注明: 转载自VPS面板知识

本文链接地址: 解决kloxo面板出现“Could not open database connection.”错误

VPS面板知识: 便宜VPS网–便宜技术|Windows VPS面板知识 | Linux VPS面板知识

友情链接:便宜vps网 真诚为您推荐最合适的vps服务器,详情咨询860001083


在线咨询

文章的脚注信息由WordPress的wp-posturl插件自动生成

转载请注明:VPS面板知识 » 解决kloxo面板出现“Could not open database connection.”错误

喜欢 (0)or分享 (0)