How to install phpMyAdmin with Apache on a CentOS 7 server?

phpMyAdmin used to provide graphical user interface for your databases. Accessing or performing each database operation using SQL commands is quite complicated job, phpMyAdmin makes it easy! 

Requirements -

1. Root access of server
2. LAMP installation (Linux, Apache, MariaDB, and PHP) on your server

Installation Steps -

1. EPEL Installation - 
#yum install epel-release
The EPEL is nothing but 'Extra Packages for Enterprise Linux' contains many additional packages, including the         phpMyAdmin package. 

2. phpmyadmin Installation - 
#yum install phpmyadmin
Using this command, phyMyAdmin creates the necessary tables for itself. phyMyAdmin installation is complete now! 

You can check it -  /etc/httpd/conf.d/phpMyAdmin.conf
 
3. Restart the Apache Web Service - #restart httpd.service

You can access the phpMyAdmin using any of the below URLs

http://your_server_domain_name:8000/phpmyadmin/
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to install AVG Antivirus scanner on Ubuntu?

AVG free is antivirus which protects from spyware as well malware. It is free to use for private...

How to setup a WordPress website on plain Centos server?

The following steps have been successfully tested on a plain centos server. Now lets start...

How to change the port number of Apache Web Server?

Default port to access the Apache is 80. Secure port for communicating with world for Apache is...

How to install Postfix on CentOS?

Postfix is an open-source Mail Transport Agent (MTA), which supports protocols like LDAP, SMTP...

How to install SOAP on CentOS?

Install SOAP on CentOS 1) Fire below command - yum install php-soap Output will be as follow...

Powered by WHMCompleteSolution