Many kloxo users who do not know how to uninstall kloxo, sometimes problems during installation or other problems. It’s easy to reinstalling without recreate new vps container again, please follow these guidelines:
This is message displayed when error during re-installation of kloxo:
It seems you already have databases in this system but did not provide the MySQL root pass. If you are reinstalling, remove mysql-server and databases stored at /var/lib/mysql. Otherwise, you must provide the password.
Usage: sh ./kloxo-install-master.sh –db-rootpassword=PASSWORD
First time you need to remove all mysql database on your server with run:
yum remove mysql*
And remove all folders:
rm -rf /var/lib/mysql
rm -rf /usr/local/lxlabs/kloxo
Done, you may try to re-installing Kloxo again:
sh ./kloxo-install-master.sh
so good ! it fix my problem ! Great !