Installation
- Update system using following commands
sudo apt update
sudo apt upgrade
- Then install Adminer using command
sudo apt install adminer
- After that, activate Adminer app using command
sudo a2enconf adminer
- In the end, restart Apache
sudo systemctl reload apache2
- Then you can access Adminer from URL: https://server-ip/adminer/