miércoles, 4 de febrero de 2015

How to Install PhpMyAdmin on CentOs 6.2 OR CENTOS 7


How to Install PhpMyAdmin on CentOs 6.2 OR CENTOS 7 

Step: 1 Create directory.
mkdir /download

Step: 2 Move into ‘/download’ directory.
cd /download

Step: 3 Download PhpMyAdmin installation source.

wget http://ufpr.dl.sourceforge.net/project/phpmyadmin/phpMyAdmin/4.3.8/phpMyAdmin-4.3.8-all-languages.tar.xz

Step: 4 Uncompressed downloaded file.
tar -xvf phpMyAdmin-4.3.8-all-languages.tar.xz

Step: 5 Move extracted files into ‘/var/www.html/phpmyadmin’
mv phpMyAdmin-4.3.8-all-languages  /var/www/html/phpmyadmin

Step: 6 Browse the below directory.
cd /var/www/html/phpmyadmin/

Step: 7 Create config file from sample configuration.

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

Step: 8 Edit config file.

vi config.inc.php

Step: 9  Change Authentication type.

Change Authentication type from cookie to http

save & exit

Step: 10 Restart Service

service httpd restart
OR
sudo systemctl restart httpd.service

now time to test phpmyadmin on webserver

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

It’s working fine..!!!

No hay comentarios.:

Publicar un comentario