Change Kloxo admin password from command line

How to change Kloxo admin password from command line? Ans: Fowolling Method use those scripts to reset the password  Method I 1)  SSH to server as root 2)  Execute the script /script/resetpassword master NewPassword  3)  Restart Kloxo /etc/init.d/kloxo restart Note: Please don’t forget to restart the Kloxo daemon after reseting the Admin password. Method II 1)  SSH […]

See More

Reset WordPress admin/users password from Linux command line

How to reset WordPress admin/users password from Linux command line? Ans:  * Log into server as root. * Enter to MySQL command prompt. root@grand [~]# mysql Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 932677 Server version: 5.5.42-cll MySQL Community Server (GPL) Copyright (c) 2000, 2015, Oracle and/or its […]

See More

Database connection error: RoundCube in cPanel

DATABASE ERROR: CONNECTION FAILED! Unable to connect to the database! Please contact your server-administrator. You’ve to check number of things for troubleshooting this. Please do follow the steps below: 1, Check your MySQL is running or not. From the command-line you can follow the below pasted command: /etc/init.d/mysqld status If it’s running the output should […]

See More