"Could not open database connection"
You can fix this by two ways,
Fix 1:
Open your phpMyAdmin http://ip:7778/thirdparty/phpMyAdmin and enter the Root Login details.
Locate Kloxo and select "Edit Privileges"
Click "Check All " options
Next, Go to the Bottom of the Page and select "password" and enter the password.
Then Click "Go"
Thats it!!. Now Kloxo should work fine.
Fix 2:
mysql -u root -p
mysql> grant all on kloxo.* to kloxo@localhost identified by '{new password}';
mysql> flush privileges;
mysql> quit
cat "{new password}" > usr/local/lxlabs/kloxo/etc/conf/kloxo.pass
sh /script/restart
No comments:
Post a Comment