blob: 484e4f27baeecd19629d64300ef268d2bde7a018 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
|