PhpMyAdmin

phpMyAdmin

phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web. Visit the phpMyAdmin website for more information.

Version

  1. CentOS 5.x
  2. phpMyAdmin 3.1.x

Requirements:

Install phpMyAdmin 3.1.x

  1. Run the following yum install command
    yum install phpmyadmin
  2. Restart the Apache Server
    service httpd restart

Test

  1. Visit http://localhost/phpmyadmin in your local web browser. You should be prompted for authentication
  2. Enter the system root username and password and click OK
  3. You should now be presented with the phpMyAdmin home page


Was this article helpful?

mood_bad Dislike 6
mood Like 81
visibility Views: 1687