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 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 ZendOpcache on CentOS?

The Zend OpCache provides faster PHP execution through opcode caching and optimization. It...

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 fix Amazon S3-RequestTimeTooSkewed?

If you have configured a Amazon S3 backup server under cPanl backup configuration to upload...

How to perform the Linux Sever Hardening?

1. Check the hostname is setup or not - hostname 2. Check the IP address is assigned to hostname...

Powered by WHMCompleteSolution