aboutsummaryrefslogtreecommitdiff
path: root/databases/phpmyadmin/pkg-descr
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-03-08 23:24:47 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-03-08 23:24:47 +0000
commitf536429d2714bd911701b7a19527a5203be7de6b (patch)
tree05587d3ea3e8ec620e348f1a95771318dae95634 /databases/phpmyadmin/pkg-descr
parent51a460dcd2fc70361ee7ee08041736b527209a26 (diff)
Notes
Diffstat (limited to 'databases/phpmyadmin/pkg-descr')
-rw-r--r--databases/phpmyadmin/pkg-descr49
1 files changed, 27 insertions, 22 deletions
diff --git a/databases/phpmyadmin/pkg-descr b/databases/phpmyadmin/pkg-descr
index e5ae4739a167..d5d513f6d406 100644
--- a/databases/phpmyadmin/pkg-descr
+++ b/databases/phpmyadmin/pkg-descr
@@ -1,26 +1,31 @@
- phpMyAdmin handles the administration of MySQL over the Web. It can
- manage a whole MySQL server as well as a single database.
-
- * Intuitive web interface
- * Support for most MySQL features:
- o browse and drop databases, tables, views, fields and indexes
- o create, copy, drop, rename and alter databases, tables, fields
- and indexes
- o maintenance of server, databases and tables, with proposals on
- server configuration
- o execute, edit and bookmark any SQL-statement, even batch-queries
- o manage MySQL users and privileges
- o manage stored procedures and triggers
- * Import data from CSV and SQL
- * Export data to various formats: CSV, SQL, XML, PDF, ISO/IEC 26300 -
- OpenDocument Text and Spreadsheet, Word, Excel, LATEX and others
- * Administering multiple servers
- * Creating PDF graphics of your database layout
- * Creating complex queries using Query-by-example (QBE)
- * Searching globally in a database or a subset of it
- * Transforming stored data into any format using a set of predefined
+ phpMyAdmin handles the administration of MySQL over the Web. It can:
+ * browse and drop databases, tables, views, fields and indexes
+ * create, copy, drop, rename and alter databases, tables, fields
+ and indexes
+ * maintain server, databases and tables, with proposals on server
+ configuration
+ * execute, edit and bookmark any SQL-statement, even batch-queries
+ * load text files into tables
+ * create and read dumps of tables
+ * export data to various formats: CSV, XML, PDF, ISO/IEC 26300 -
+ OpenDocument Text and Spreadsheet, Word, Excel and LATEX formats
+ * import data and MySQL structures from Microsoft Excel and
+ OpenDocument spreadsheets, as well as XML, CSV, and SQL files
+ * administer multiple servers
+ * manage MySQL users and privileges
+ * check referential integrity in MyISAM tables
+ * 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
+ * transform stored data into any format using a set of predefined
functions, like displaying BLOB-data as image or download-link
- * And much more...
+ * track changes on databases, tables and views
+ * support InnoDB tables and foreign keys
+ * support mysqli, the improved MySQL extension
+ * communicate in 57 different languages
+ * synchronize two databases residing on the same as well as remote
+ servers
WWW: http://www.phpmyadmin.net/