HowTo Install PhpMyAdmin on CentOs 6.2

235 views
Skip to first unread message

Bro-Experts IT-Solvers

unread,
Jun 4, 2012, 4:26:20 AM6/4/12
to Linux Experts Group - LEG
Here i will install phpmyadmin

Before installing make sure you have php install on your webserver.

if its not install. use this command.

yum install php php-* php-mysql

i have already installed.



so lets start..!! installation of phpmyadmin.

lets note what we did..





mkdir /download



cd /download

wget http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.5.1/phpMyAdmin-3.5.1-english.tar.gz

tar -xvf phpMyAdmin-3.5.1-english.tar.gz

mv phpMyAdmin-3.5.1-english /var/www/html/phpmyadmin

cd /var/www/html/phpmyadmin/

cp config.sample.inc.php config.inc.php

vi config.inc.php

cahnge Authentication type from cookie to http

save & exit



service httpd restart



now time to test phpmyadmin on webserver



http://192.168.2.10/phpmyadmin – this is my server

see the video link : http://www.youtube.com/watch?v=80jteaFWmZw&feature=player_embedded
Reply all
Reply to author
Forward
0 new messages