Steps to retrieve the Joomla admin password!

You can retrieve the Joomla admin area password with the help below easy steps: 1)Find out joomla database name from configuration.php. 2)login to whm, go to phpmyadmin sction 3)search joomla database name 4)click on the table “jos_users” 5)select and edit this table 6)find user_pass, select functions md5 and type any password for joomla 7)click on […]

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

How to Install phpmyadmin on centOs 7

phpmyadmin on centOs 7  phpMyAdmin is an open source tool used for the administration of MySQL. phpMyAdmin depends on the LAMP stack. It requires Apache2 or any compatible web servers, MySQL and PHP. This post will show you how to install phpmyadmin on centos 7. Installation :  Step 1 :  Download epel-release-7-x.noarch.rpm Step 2 : Install […]