Procedure to install Adminer on Ubuntu 20.04 Linux server
- Update your Ubuntu server running sudo apt update && sudo apt upgrade
- Make sure Apache server installed and configured on Ubuntu
- Install Adminer by typing the sudo apt install adminer command.
- Enable configuration, run: sudo a2enconf adminer
- Log in and start accessing database using https://your-domain/adminer/ URL.
Reference:
https://www.cyberciti.biz/faq/how-to-install-adminer-on-ubuntu-20-04-lts/
No comments:
Post a Comment