Installation :-
# yum install phpmyadmin
now go to this path and open configuration file in your favorite editor
# gedit /etc/httpd/conf.d/phpMyAdmin.conf
Require ip 127.0.0.1
Allow from 127.0.0.1
Require ip 127.0.0.1
Allow from 127.0.0.1
now save the file and exit.
#service httpd restart
now try to open phpmyadmin page
http://localhost/phpMyAdmin/
0 Comments:
Post a Comment