
# mv phpMyAdmin-3.3.7-all-languages phpmyadmin 3. Currently the stable version of phpMyAdmin is 3.3.7 # cd /usr/local/apache2/htdocs

# grep DocumentRoot /usr/local/apache2/conf/nfĭownload the latest version of phpMyAdmin. Download and Install phpmyadmin in Apache DocumentRoot

This includes all the required PHP modules for phpMyAdmin. Following is the configure command I executed while installing PHP from source. If you don’t have PHP, I recommend that you install PHP from source. Make sure Apache is installed and running. Mysql Ver 14.14 Distrib 5.1.47, for pc-linux-gnu (i686) using readline 5.1 Make sure you have MySQL 5 (or above) installed. Make sure you have PHP 5 (or above) installed.
CENTOSPHPMYADMIN HOW TO
This article will provide step-by-step instructions on how to install and configure phpMyAdmin on Linux distributions.

You can also execute any SQL query from the UI. Apart from viewing the tables (and other db objects), you can perform lot of DBA functions through the web based interface. PhpMyAdmin is a web-based tool written in PHP to manage the MySQL database. Do you have a MySQL database in your environment? Did you know that the easy (and most effective) way to manage MySQL database is using phpMyAdmin?
