phpMyadmin is a popular tool for managing MySQL databases using a web interface.
To install phpMyadmin, download its latest release and unpack it into the directory of your choice:
$ cd ~/www/example.com $ mkdir pma1234 $ wget https://files.phpmyadmin.net/phpMyAdmin/5.2.x/phpMyAdmin-5.2.x-all-languages.zip $ unzip phpMyAdmin-5.2.x-all-languages.zip
Once installed, phpMyAdmin will then be accessible from
https://example.com/pma1234
.