phpMyAdmin iis a software tool written in PHP. It is an open-source software to take care of the MySQL administration over the World Wide Web. Users can install phpmyadmin very smoothly with Linux VPS hosting or Dedicated hosting. You can follow the following link to install it :
http://www.phpmyadmin.net/home_page/downloads.php
OR
http://sourceforge.net/projects/phpmyadmin/files/

* Rename the TAR file for your convenience :
root@support [~]# mv phpMyAdmin* phpMyAdmin.tar.gz

* Untar the package :
root@support [~]# tar xzf phpMyAdmin

* Move it to the appropriate place :
root@support [~]# mv phpMyAdmin /usr/share/

* Configure phpMyAdmin :
root@support [~]# cd /usr/share/phpMyAdmin
root@support [/usr/share/phpmyadmin]# cp config.*.php config.inc.php
root@support [/usr/share/phpmyadmin]# vi config.inc.php

* Locate the following lines within that file & make sure each look like the below ones :
$cfg[‘Servers’][$i][‘auth_type’] = ‘http’;
$cfg[‘Servers’][$i][‘controluser’] = ‘root’;
$cfg[‘Servers’][$i][‘controlpass’] = ‘mysql-root-pass’;

* Save the file.

* Create the Apache configuration file for phpMyAdmin :
root@support [/usr/share/phpmyadmin]# echo “alias /phpmyadmin /usr/share/phpMyAdmin” > /etc/httpd/conf.d/httpd.conf

* Restart the http service :
root@support [~]# service httpd restart

Popular Posts You May Read

Explore more hosting insights, tips and industry updates.

How to Reset the Password for a MySQL Database Client in cPanel

In this post, we’ll look at how to reset the password for a MySQL database…

How to remove extensions from Joomla 1.5

If you want to remove extensions, then you can follow the following steps : Components…

Dedicated Server(s) Data Migration with minimal Downtime

These are the points you should remember before transferring a data from one dedicated server…