how to install phpmyadmin on centos 5.4

Go to the phpMyAdmin official website http://www.phpmyadmin.net/home_page/downloads.php and choose file for your OS.

Step 1: i choose phpMyAdmin-3.4.3-all-languages.tar.gz and right click > copy link
Step 2: Open putty SSH , after login type this

cd /var/www/html

Step3: Download the phpMyAdmin with command..
wget -c http://sourceforge.net/projects/phpmyadmin/files%2FphpMyAdmin%2F3.4.3%2FphpMyAdmin-3.4.3-all-languages.tar.gz/download#!md5!1fb3ccdc21f50e3ba87f737ec6f72ec5
Step4 : Extract it!
tar xvfz phpMyAdmin-3.4.3-all-languages.tar.gz
Step 5: make directory of phpmyadmin
mv phpMyAdmin-3.4.3-all-languages phpmyadmin

Step 6 : Now, you has the phpMyAdmin source code in /var/www/html/phpmyadmin ,then i’ll configulation.
cd phpmyadmincp config.sample.inc.php config.inc.php
Step 7: open file and change value. and Save
vi config.inc.php
$cfg[‘Servers’][$i][‘auth_type’] = ‘http‘; # default is cookies

Step 8: after Save you must reboot service
service httpd restart
finish! with phpMyAdmin installation, good luck