3ef9e2400b
PR: ports/83083 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
15 lines
564 B
Text
15 lines
564 B
Text
|
|
phpMyAdmin is intended to handle the administration 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 as well as a whole database server
|
|
- communicate in 50 different languages
|
|
|
|
WWW: http://www.phpmyadmin.net/
|