Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server.
Adminer is available in Czech, Chinese, Dutch, English, Estonian, French, German, Italian, Russian, Slovak and Spanish.
Adminer was previusly known as phpMinAdmin
Here are some key features of "Adminer":
· 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 table structure, data, views, routines, databases 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
Requirements:
· Works with MySQL 4.1 and 5.0 through mysqli, mysql or pdo PHP extension
· Supports both PHP 4.3+ and PHP 5 with enabled sessions
What's New in This Release: [ read full changelog ]
· Foreign keys default actions
· SET DEFAULT foreign key action
· Fix minor parser bug in SQL command with webserver file
· Ctrl+click on button opens form to a blank window
· Trim table and column names
· Error message with no response from server in AJAX
· Esc to cancel AJAX request
· Move AJAX loading indicator to the right
· Don't quote bit type in export
· Don't check row while selecting text
· Fix invalid references line position on Database schema
· Disable selecting text on Database schema
· Ability to disable export (customization)
· Extensible list of databases (customization)
· MySQL: set autocommit after connect
· SQLite, PostgreSQL: vacuum
· SQLite, PostgreSQL: don't use LIKE for numbers
· PostgreSQL: fix alter foreign key
· PostgreSQL over PDO: connect if the eponymous database does not exist
· Boolean search (Editor)
· Persian translation