phpMyAdmin
A web interface for MySQL/MariaDB.
Installation
Fetch the latest version of the software package.
wget https://files.phpmyadmin.net/phpMyAdmin/5.0.1/phpMyAdmin-5.0.1-english.zip
Create an installation directory that can be owned by the web server's user (typically www-data).
mkdir /var/www/phpmyadmin unzip phpMyAdmin-5.0.1-english.zip cp phpMyAdmin-5.0.1-english/* /var/www/phpmyadmin/ -r chown www-data:www-data /var/www/phpmyadmin -R chmod 775 /var/www/phpmyadmin -R
Update
Move the deployment to /var/www/phpmyadmin-temp and repeat the installation process for the new version. Copy the config.inc.php configuration file from the old to the new deployment. Test and, if successful, remove the old deployment.
Configuration
Web Server