13 lines
485 B
Text
13 lines
485 B
Text
phpMyAdmin is a tool written in PHP intended to handle the administration of
|
|
MySQL over the Web. Currently it can:
|
|
|
|
- create and drop databases
|
|
- create, copy, drop and alter tables
|
|
- delete, edit and add fields
|
|
- execute any SQL-statement, even batch-queries
|
|
- manage keys on fields
|
|
- load text files into tables
|
|
- create and read dumps of tables
|
|
- export and import CSV data
|
|
- administer one single database as well as a whole database server
|
|
- communicate in 47 different languages
|