Now our server is ready for PhpMyAdmin installation. So, all you need to do is follow the below steps.
First, we'll install the EPEL repository. The EPEL repo (Extra Packages for Enterprise Linux) contains many additional packages, including the phpMyAdmin package we are looking for.
rpm -iUvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
Before doing anything, the best practice is to ensure all the packages in the server are up to date.
yum -y update
Now our installation is one command away.
yum -y install phpmyadmin
To access your PhpMyAdmin we need to know the IP address of our Machine. Refer to sources likeÂ
whatismyip.com
Check for PhpMyAdmin configuration file with any of the text editor. You can find that atÂ
nano /etc/httpd/conf.d/phpMyAdmin.conf
« Go back
Powered by Help Desk Software HESK, in partnership with SysAid Technologies