phpMyAdmin is a free and optional tool which allows MySQL to be administered using a web browser. It makes administering the VCL database easier. This tool can be installed on the VCL web server.
php -v
PHP 4.3.2 (cgi), Copyright (c) 1997-2003 The PHP Group
PHP 5.3.11 (cli) (built: May 8 2012 15:53:27)
tar xf phpMyAdmin-2.11.11.3-english.tar.bz2
mv phpMyAdmin-2.11.11.3-english /var/www/html/phpmyadmin
The instructions must be followed in order to secure phpMyAdmin
If you receive 403-Forbidden errors after installing phpMyAdmin, the problem is likely caused by SELinux. Run the following command to correct the problem:
chcon -R -t httpd_sys_content_t /var/www/html/phpmyadmin
mysql phpmyadmin < apache-VCL-2.3/mysql/phpmyadmin.sql