SQL

Adminer – database management in a single PHP file

Adminer (formerly known as phpMinAdmin) is a full-featured tool for managing content in MySQL databases.

Unlike phpMyAdmin, Adminer consists of a single file ready to deploy to the target server. It is a lightweight alternative which still offers a good feature set.

Adminer is free and open source software.

Key Features

  • User-friendly interface (extensive employment of JavaScript).
  • Connect to a database server with username and password.
  • Select an existing database or create a new one.
  • List fields, indexes, foreign keys and triggers of table.
  • Change name, engine, collation, auto_increment and comment of table.
  • Alter name, type, collation, comment and default values of columns.
  • Add and drop tables and columns.
  • Create, alter, drop and search by indexes including fulltext.
  • Create, alter, drop and link lists by foreign keys.
  • Create, alter, drop and select from views.
  • Create, alter, drop and call stored procedures and functions.
  • Create, alter and drop triggers.
  • List data in tables with search, aggregate, sort and limit results.
  • Insert new records, update and delete the existing ones.
  • Supports all data types, blobs through file transfer.
  • Execute any SQL command from a text field or a file.
  • Export of databases and tables (its structures and/or data) as a dump to output or a downloadable attachment to SQL or CSV.
  • Alter export for projecting changes to production database.
  • Print database schema connected by foreign keys.
  • Show processes and kill them.
  • Display users and rights and change them.
  • Display variables with links to documentation.
  • Manage events and table partitions (MySQL 5.1).
  • Extensive customization options.
  • Visual database/E-R schema editing.
  • SQL syntax highlighting.
  • XHTML 1.1 validity in UTF-8.
  • Very small footprint.
  • Users log in specifying the destination server and providing the user name and password (which is stored during whole session).
  • Text area for arbitrary SQL commands and storing these commands in command history
  • Multiple language support (English, German, Spanish, Dutch, French, Italian, Estonian, Chinese, Czech, Slovak, Russian).
  • Provisions against XSS, CSRF, SQL injection, session stealing
  • Light-weight – released in a form of a single file, with support of CSS skins
  • Available in Arabic, Catalan, Chinese, Czech, Dutch, English, Estonian, French, German, Hungarian, Italian, Japanese, Polish, Portuguese, Russian, Slovak, Slovenian, Spanish, Tamil, and Turkish.

Website: www.adminer.org
Support: Forums, GitHub Code Repository
Developer: Jakub Vrana
License: Apache license or GNU General Public License v2.0

Adminer is written in PHP. Learn PHP with our recommended free books and free tutorials.


Related Software

MySQL Tools
DBeaverUniversal database tool
phpMyAdminMySQL web administration tool
NocoDBBuild databases as spreadsheets
MySQL WorkbenchComplete visual database design tool
mycliCommand line interface for MySQL, MariaDB, and Percona
gh-ostGitHub's Online Schema Migrations for MySQL
Beekeeper Studio Cross-platform SQL editor and database manager
usqlCommand-line database client
sqlitlazygit of SQL databases
HarlequinEasy, fast, and beautiful database client for the terminal
DbGateDatabase manager for MySQL, PostgreSQL, MongoDB
Percona ToolkitEssential command-line utilities for MySQL
SQuirreL SQL ClientGraphical SQL client written in Java
AdminerFull-featured tool for managing content in MySQL database
dblabInteractive client for PostgreSQL, MySQL, SQLite3, and more
AntaresSQL client based on Electron.js and Vue.js
XtraBackupBackup utility for MySQL
innotopReal-time, advanced investigation tool
SQLCheckDetects common SQL anti-patterns
SkeemaManage MySQL and MariaDB schema changes
SequelerNative Linux SQL client built in Vala and Gtk
orchestratorHigh availability and replication management tool
OmniDBCollaborative environment For database management

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted