1Currently phpMyAdmin can:
2
3    * browse and drop databases, tables, views, columns and indexes
4    * display multiple results sets through stored procedures or queries
5    * create, copy, drop, rename and alter databases, tables, columns
6      and indexes
7    * maintain server, databases and tables, with proposals on server
8      configuration
9    * execute, edit and bookmark any SQL-statement, even batch-queries
10    * load text files into tables
11    * create and read dumps of tables
12    * export data to various formats: CSV, XML, PDF, ISO/IEC 26300 -
13      OpenDocument Text and Spreadsheet, Microsoft Word 2000, and
14      LATEX formats
15    * import data and MySQL structures from OpenDocument spreadsheets,
16      as well as XML, CSV, and SQL files
17    * administer multiple servers
18    * manage MySQL users and privileges
19    * check referential integrity in MyISAM tables
20    * using Query-by-example (QBE), create complex queries
21      automatically connecting required tables
22    * create PDF graphics of your database layout
23    * search globally in a database or a subset of it
24    * transform stored data into any format using a set of predefined
25      functions, like displaying BLOB-data as image or download-link
26    * track changes on databases, tables and views
27    * support InnoDB tables and foreign keys
28    * support mysqli, the improved MySQL extension
29    * create, edit, call, export and drop stored procedures and
30      functions
31    * create, edit, export and drop events and triggers
32    * communicate in 62 different languages
33