Skip to main content

Database Manager

Install the relevant packages

on your remote SSH session:
sudo apt install phpmyadmin php-mbstring php-zip php-gd

The installation will prompt for the web server to use, as you already installed Apache, make sure you positively select the appropriate option with an asterisk before proceeding further. Then select Yes when asked to use dbconfig-common to set up the database and finally choose a secure password for phpMyAdmin and store it adequately.

on your remote SSH session:
sudo phpenmod mbstring
sudo systemctl restart apache2

Now you can navigate to yourdomain.tld/phpmyadmin website and use phpMyAdmin graphical interface to manage our MariaDB database:

The configuration and use of phpMyAdmin is out of the scope of this manual.