How to Install adminer in Ubuntu 18.04



Install adminer by entering the following commands in the terminal:

sudo apt update
sudo apt install adminer

Description:

Web-based database administration tool

Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it is a light weight application with these priorities in order: security, user experience, performance, feature set and size.

Homepage: https://www.adminer.org/

Version: 4.6.2-1

Section: universe/web