phpMyAdmin Fedora 13
How to install phpMyAdmin on Fedora 13
- Install phpMyAdmin
yum install phpmyadmin
- Restart the Apache Server
service httpd restart
How to test phpMyAdmin on Fedora 13
- Visit http://localhost/phpmyadmin in your local web browser
Note: You should be prompted for authentication
- Enter the username root and the root password and click OK
- You should now be presented with the phpMyAdmin home page