Adminer


About

Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP that supports connections for MySQL, PostgreSQL, SQLite, MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB. It arguably provides a better experience than PHPMyAdmin in several areas, such as the user experience, performance, and security. It also provides features for interacting with a MySQL database that PHPMyAdmin does not.

Use Cases

  • When you want to administer a DB engine other than MySQL.
  • When you want a light-weight DB administration tool.

Settings

Name Default Description
Port 8081 The port Adminer will be accessible from on your local machine.