How to Export Database using PHPMyAdmin

  phpMyAdmin makes the task of managing your MySQL databases easier and more efficient, and it allows you to manage those available databases from anywhere. With phpMyAdmin, you can create, edit, back up, Import, export, and delete databases, as well as manage database tables. When you export a database, you are creating a backup file of […]

How to Import Database using PHPMyAdmin

phpMyAdmin makes the task of managing your MySQL databases easier and more efficient, and it allows you to manage those available databases from anywhere. With phpMyAdmin, you can create, edit, back up, import, export, and delete databases, as well as manage database tables. Import Database using PHPMyAdmin 1) Login to cPanel 2) Open phpMyAdmin and click […]

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 […]