Adminer Overview

Adminer is a Database management tool.

Installation

Install adminer:

$ sudo apt install adminer

Configuration

Create /etc/apache2/conf-available/adminer.conf with an alias:

Alias /adminer /usr/share/adminer/adminer/

Enable the configuration:

$ sudo a2enconf adminer.conf

Reload Apache web server:

$ sudo service apache2 reload

you can access http://localhost/adminer

See also