Home > Support > HOWTO List > PHPMyAdmin install

phpMyAdmin

phpMyAdmin is a web based UI to help browse and manage your MySQL databases.

Exploits

Be careful to keep this application updated, or disable it when your not using it.  It's had some serious vulnerabilities discovered lately:

http://blog.rimuhosting.com/tag/phpmyadmin/

phpMyAdmin Install script

This will install the latest version of phpMyAdmin (http://www.phpmyadmin.net) into /var/www/html.


wget "http://proj.ri.mu/installphpmyadmin.sh"

bash installphpmyadmin.sh

You should now be able to reach phpMyAdmin at


https://yourip/phpMyAdmin

or


http://yourip/phpMyAdmin

Enjoy!