Tuesday 20 November 2012

Error in Kloxo: Could not open database connection

You may get the below error while trying to access Kloxo Control Panel

"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.



Select the "Privileges"


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