Skip to main content

Posts

Showing posts with the label PHPMYADMIN

PhpMyAdmin with Apache on CentOS

Introduction P hpMyAdmin is a n open source  management tool for MySQL and MariaDB. W eb application written mainly in PHP, has become one of the most popular MySQL management  web tool.   Features   of phpMyAdmin - I mport and export   data base  in a variety o f formats - Create, delete, rename databases and user accounts - M anage databases privileges - E xecute SQL - queries And many more     Before Installation Requirements   Sudo user access(Allow to run Linux commands ). Need LAMP (Linux, Apache, MySQL, and PHP) on your CentOS server. phpMyAdmin Install process . 1.  Install EPEL repository . sudo yum install epel-release 2.  I nstall phpMyAdmin . With this command they auto installed all phpMyAdmin   dependency with latest version of phpMyAdmin. sudo yum install phpmyadmin Configuration  of phpMyAdmin. Open   Apache configuration file  for phpMyAdmin   sudo nano /etc/httpd/conf.d/phpMyAdmin.conf And ...