Install phpMyAdmin on Ubuntu

You can install PHPMyAdmin from the Ubuntu repos.

You can do this by update the local references and then use the apt packaging system to pull download the files and install them on our Linux:

restart Apache  with the following cmd:

service apache2 restart

Verify that phpMyAdmin is working, only visiting localhost/PHPMyAdmin. For example: http://localhost/phpmyadmin

installphpmyadmin

4/5 - (1 vote)