• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How to Install PhpMyAdmin on CentOS 7.6

  • 01:14 yum install phpmyadmin -y
  • 01:30 cd /etc/httpd/conf.d/
  • 01:32 ll
  • 01:44 mysql -u root -p
  • 01:58 systemctl restart httpd
5567

Installation Of phpMyAdmin On Centos 7.6

Purpose Of phpMyAdmin :

It is a tool used for administering MYSQL with a web browser.Typical operations such as the management of databases,tables,indexes,permissions and so on are executed with the user interface.Administrators can also use the phpMyAdmin to directly execute any sql statement.

Requirements:

LAMP Stack

Phpmyadmin configuration Location:

/etc/httpd/conf.d/phpmyadmin.conf

Install phpMyAdmin On CentOs 7.6 :

[root@linuxhelp ~]# yum install phpmyadmin -y
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: centos.myfahim.com
 * epel: repos.del.extreme-ix.org
 * extras: centos.myfahim.com
 * remi-php72: mirror.reconn.ru
 * remi-safe: mirror.reconn.ru
 * updates: mirror.nbrc.ac.in
base                                                                                                                  | 3.6 kB  00:00:00     
Resolving Dependencies
--> Running transaction check
---> Package phpMyAdmin.noarch 0:4.4.15.10-3.el7 will be installed
--> Processing Dependency: php-php-gettext for package: phpMyAdmin-4.4.15.10-3.el7.noarch
--> Processing Dependency: php-tcpdf for package: phpMyAdmin-4.4.15.10-3.el7.noarch
--> Processing Dependency: php-tcpdf-dejavu-sans-fonts for package: phpMyAdmin-4.4.15.10-3.el7.noarch
--> Running transaction check
---> Package php-php-gettext.noarch 0:1.0.12-1.el7 will be installed
.
.
.
Installed:
  phpMyAdmin.noarch 0:4.4.15.10-3.el7                                                                                                        

Dependency Installed:
  libtidy.x86_64 0:5.4.0-1.el7                        php-bcmath.x86_64 0:7.2.17-1.el7.remi    php-fedora-autoloader.noarch 0:1.0.0-1.el7  
  php-php-gettext.noarch 0:1.0.12-1.el7               php-process.x86_64 0:7.2.17-1.el7.remi   php-tcpdf.noarch 0:6.2.26-1.el7             
  php-tcpdf-dejavu-sans-fonts.noarch 0:6.2.26-1.el7   php-tidy.x86_64 0:7.2.17-1.el7.remi     

Complete!

Go to the phpMyAdmin Configuration Location

[root@linuxhelp ~]# cd /etc/httpd/conf.d/

List the contents in the conf.d directory.

[root@linuxhelp conf.d]# ll
total 24
-rw-r--r-- 1 root root 2926 Nov  5 07:17 autoindex.conf
-rw-r--r-- 1 root root 1252 Apr  3 13:40 php.conf
-rw-r--r-- 1 root root 1779 May 26  2018 phpMyAdmin.conf
-rw-r--r-- 1 root root  366 Nov  5 07:17 README
-rw-r--r-- 1 root root 1252 Oct 30 20:30 userdir.conf
-rw-r--r-- 1 root root  824 Oct 30 20:30 welcome.conf

Log in to the MariaDB database with the root user and password.

[root@linuxhelp conf.d]# mysql -u root -p
Enter password: 
Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 19
Server version: 5.5.60-MariaDB MariaDB Server

Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.


MariaDB [(none)]> exit
Bye

Restart the service Of Apache.

[root@linuxhelp conf.d]# systemctl restart httpd

Open the Browser and Enter the URL as follows: snap1 Enter the user and password of root to login to the MariaDB database snap2 The DashBoard of phpMyAdmin gets opened. snap3 Thus ,the installation Of phpMyAdmin comes to end on CentOS 7.6

Tags:
symonds
Author: 

Comments ( 0 )

No comments available

Add a comment

Frequently asked questions ( 5 )

Q

What is phpMyAdmin?

A

PhpMyAdmin is a tool used for managing a database with a web browser.

Q

What is the location of phpmyadmin configuration file?

A

The Location of phpmyadmin configuration file in Centos 7.6 is /etc/httpd/conf.d/phpmyadmin.conf

Q

What is the latest version of phpMyAdmin?

A

The latest version of phpMyAdmin 4.8.5

Q

What is the least supported php version in phpmyadmin?

A

The least supported php version in phpmyadmin is 5.5 and the latest version is 7.2

Q

What are the php modules required for the phpmyadmin?

A

php-mysql and php are the modules required for phpmyadmin.

Related Tutorials in How to Install PhpMyAdmin on CentOS 7.6

Related Tutorials in How to Install PhpMyAdmin on CentOS 7.6

How To Install AnyDesk on Centos 7
How To Install AnyDesk on Centos 7
Apr 2, 2018
How to install Tiki Wiki CMS Groupware on CentOS 7
How to install Tiki Wiki CMS Groupware on CentOS 7
May 31, 2018
How to install PHP ImageMagick on CentOS 7
How to install PHP ImageMagick on CentOS 7
Nov 4, 2017
How to Upgrade and Downgrade the PHP Versions on CentOS 7.6
How to Upgrade and Downgrade the PHP Versions on CentOS 7.6
Jun 4, 2019
How to install Apache from Source Code on CentOS 7
How to install Apache from Source Code on CentOS 7
Oct 21, 2017
How to enable or disable repositories in CentOS
How to enable or disable repositories in CentOS
Mar 28, 2018
How to install AWStats on CentOS 7
How to install AWStats on CentOS 7
Dec 8, 2017
How to install Apache JMeter in CentOS 7
How to install Apache JMeter in CentOS 7
Mar 24, 2017

Related Forums in How to Install PhpMyAdmin on CentOS 7.6

Related Forums in How to Install PhpMyAdmin on CentOS 7.6

CentOS
connor class=
How To Completely Remove Apache package On CentOS 7.6
May 14, 2019
CentOS
ceriaimmaculate class=
setfacl : command not found
Jan 3, 2018
CentOS
mason class=
Error getting authority: Error initializing authority: Could not connect: No such file or directory (g-io-error-quark, 1)
Nov 20, 2018
CentOS
landon class=
Command to find SNMP Version
May 28, 2018
CentOS
arjitharon class=
cannot start minio service help
Mar 10, 2018
Apache tomcat
AadrikaAnshu class=
Cannot find ./catalina.sh The file is absent or does not have execute permission This file is needed to run this program
Jun 17, 2019
gitlab
caden class=
Insufficient space in download directory /var/cache/yum/x86_64/6/base/packages
Jul 22, 2019
OpenVAS
frank class=
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error was 14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error"
Dec 20, 2018
Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Luke ?
workbench for debian

I am using workbench in CentOS whereas now I need to use Debian Operating system so could you please help to install and use in Debian?

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.