00af0d6d3e
PR: ports/89962 Submitted by: maintainer
24 lines
1,000 B
Text
24 lines
1,000 B
Text
|
|
phpMyAdmin handles the administration of MySQL over the Web. It
|
|
can manage a whole MySQL server as well as a single database.
|
|
|
|
Currently it can:
|
|
- create, copy, rename and drop databases
|
|
- create, copy, drop, rename and alter tables
|
|
- do table maintenance
|
|
- 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 data to CSV, XML and Latex formats
|
|
- administer multiple servers
|
|
- manage MySQL users and privileges
|
|
- check referential integrity
|
|
- using Query-by-example (QBE), create complex queries automatically
|
|
connecting required tables
|
|
- create PDF graphics of your Database layout
|
|
- search globally in a database or a subset of it
|
|
- communicate in 50 different languages
|
|
|
|
WWW: http://www.phpmyadmin.net/
|