Installing and Configuring PhpMyAdmin-3.5.1
PhpMyAdmin is a tool written in PHP intended to handle the
administration of MySQL over the World Wide Web. Most frequently used
operations are supported by the user interface (managing databases, tables,
fields, relations, indexes, users, permissions, while you still have the
ability to directly execute any SQL statement. It comes with an intuitive web
interface, support for most MySQL features.
Install phpMyAdmin
Type the
following command:
# yum search
phpmyadmin
# yum -y
install phpmyadmin