Table of Contents
phpMyAdmin is an open source tool used for the administration of MySQL. phpMyAdmin depends on the LAMP stack. It requires Apache2 or any compatible web servers, MySQL and PHP. This post will show you how to install phpmyadmin on centos 7.
Download epel-release-7-x.noarch.rpm
Install epel-release-7-x.noarch.rpm file
Copying the rpm link by using follownig command
[root@hostripples ~]# rpm -ivh http://epel.mirror.net.in/epel/7/x86_64/e/epel-release-7-1.noarch.rpm
Now, update repositories by issuing follownig command
[root@hostripples ~]# yum check-update
Install phpmyadmin package along with dependencies
[root@hostripples ~]# yum -y install phpmyadmin
When you are finished
Open /etc/httpd/conf.d/phpMyAdmin.conf file and edit as follows and Find follownig lines.
Note : ( you are found these line 2 times )
# Apache 2.4
<RequireAny>
Require ip 127.0.0.1
Require ip ::1
</RequireAny>
Replace with
# Apache 2.4
<RequireAny>
# Require ip 127.0.0.1
# Require ip ::1
Require all granted
</RequireAny>
Then, Restart Apache service by using following commands
[root@hostripples ~]# systemctl restart httpd.service
Now open http://serverIP/phpmyadmin in your browser.
.
.
.
.
.
Congratulations! You have just installed phpMyAdmin on your CentOS 7
You can login using root as username and mysql root password.
Picture this: Your WordPress site is like that one friend who's always fashionably late to everything. You know, the one…
In a world where artificial intelligence is rapidly reshaping our digital landscape, AI detectors have emerged as both guardians and…
In today's digital age, e-learning has become more than just a convenience – it's a necessity. As virtual classrooms and…
Are you ready for another cPanel price adjustment? As we have approached January 2025, cPanel has rolled out significant changes…
In this growing digital world, having a website is not enough—it’s a crucial and much-needed option. But here's the challenge…