13 lines
396 B
Plaintext
13 lines
396 B
Plaintext
phpMyAdmin is intended to handle the adminstration of MySQL over the WWW.
|
|
|
|
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
|