How to Install phpMyAdmin on CentOS 6/7 / RHEL 6/7

Introduction

Not all bloggers or users feel comfortable to administering their wordpress database from the command line. To address this problem, a project called phpMyAdmin was created in order to offer web-based management interface for MySQL or MariaDB database.

In this guide, i will show how to install and secure a phpMyAdmin configuration on a CentOS 6, CentOS 7, RHEL 6 and RHEL 7 server.

Prerequisites :
1. How to Prepare EPEL Yum Repositories For CentOS 7 / RHEL 7

or you just run the following in your CentOS 7:

# sudo yum install epel-release -y

2. How to Prepare EPEL Yum Repositories For CentOS 6 / RHEL 6

See also  4 Steps to Disable SELinux on CentOS 6.4

or you just run the following in your CentOS 6:

# sudo yum install epel-release -y

3. How to Install Apache Httpd Web Server on Linux

4. How to Install MySQL Database in Linux using Yum

Install phpMyAdmin

After installed all above prerequisites, you can run this yum command:

# yum --enablerepo=epel install phpmyadmin

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *