PHP Database Management Tool Adminer

Publish: 2016-09-09 | Modify: 2017-06-21

Adminer is a database management tool developed using PHP. It is similar to phpMyAdmin, but Adminer is much smaller in size and has a very simple deployment process because it is just a .php file that can be run in a PHP environment.

Despite its small size, Adminer is fully equipped for basic database management tasks such as creating databases, managing permissions, importing, and exporting data. If you find phpMyAdmin too large, then considering the lightweight and simple Adminer is a good choice.

sp160909_155122

sp160909_152823

Features:

  • Supports multiple languages, including Chinese
  • Supports managing multiple databases. XiaoZ's blog has only tested MySQL management, other databases may require additional plugins
  • Adminer is a single-page .php file, very easy to use

Usage:

Download the required version from the official Adminer website, then upload the program to your website directory. Access the following URL to open Adminer: http://www.yourdomain.com/adminer-xxx-mysql.php

Official website: Adminer.org Full version (supports multiple databases) download: adminer-4.2.5.php Adminer 4.2.5 for MySQL (only manages MySQL databases): Adminer 4.2.5 for MySQL


Comments