Knowledgebase
Mirpur Online > Support Ticket > Knowledgebase

Search help:


How to Install PhpMyAdmin on CentOS 6.9?

Solution

Prerequisites

  • I will be working on a Fastwebhost managed CentOS 6.9 server.
  • Initially for your CentOS 6.9 server to run PhpMyAdmin it needs LAMP (Linux, Apache, MySQL, PHP) stack installed.

Now our server is ready for PhpMyAdmin installation. So, all you need to do is follow the below steps.

Step 1 : Get EPEL Repository

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

Step 2 : Installing PhpMyAdmin on CentOS

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

Step 3 : Know your IP address

To access your PhpMyAdmin we need to know the IP address of our Machine. Refer to sources like 

whatismyip.com

Step 4 : Open PhpMyAdmin configuration file

Check for PhpMyAdmin configuration file with any of the text editor. You can find that at 

nano /etc/httpd/conf.d/phpMyAdmin.conf
 
Was this article helpful? yes / no
Related articles How to Install stable version of PHP 5.4, PHP 5.5 or PHP 5.6 on a CentOS 6
How to Install Apache, MySQL, and PHP on CentOS 6.10
Install ISPConfig on CentOS 6
How to set time,date timezone settings on CentOS from Command Line
How to Install Apache, MySQL and PHP on Ubuntu 16.04
Article details
Article ID: 6
Category: Knowledgebase
Views: 148
Rating (Votes): Article rated 3.3/5.0 (14)

 
« Go back

 
Powered by Help Desk Software HESK, in partnership with SysAid Technologies