Adminer: Step by Step Installation

This article explains how to install Adminer on a LEMP or LAMP Ubuntu Linux Server 24.04 LTS.

Introduction

Adminer is an user interface tool to manage database content of SQL databases.

Database: Manage Database Content with Adminer

Prerequisites

LEMP or LAMP Server with Ubuntu Linux.

This guide is based on and tested with:

  • Ubuntu Linux 24.04 LTS but should work with any other current Ubuntu Linux, too.
  • NGINX Webserver
  • MariaDB
  • PHP

Steps to Install

Install Adminer

Have your system ready with your Ubuntu Linux, NGINX (or Apache) Webserver, and MariaDB.

The installation of Adminer is quick and easy as it is part of the Ubuntu Linux 24.04 LTS distribution:

sudo apt update

sudo apt dist-upgrade

sudo apt install adminer

That's mainly it, Adminer is now ready.

If you are running Adminer on a local syswe

Reference

Related Topics & Articles

Change Log

 

SEE CONFIG IN NGINX AIRIX.NET