diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2019-12-29 00:20:16 +0000 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2019-12-29 00:20:16 +0000 |
commit | 78db55225bc8e90eeb1a19e122c9d3dd8b9018ea (patch) | |
tree | 2fd03827ac185fd9bf0c98a73944129b19da34cf /databases/phpmyadmin5/pkg-descr | |
parent | f4dd09a397a3df9c21900bf7fa86254578ddf936 (diff) | |
download | ports-78db55225bc8e90eeb1a19e122c9d3dd8b9018ea.tar.gz ports-78db55225bc8e90eeb1a19e122c9d3dd8b9018ea.zip |
Welcome phpmyadmin5
Changelog: https://www.phpmyadmin.net/news/2019/12/26/phpmyadmin-500-released/
Sponsored by: Netzkommune GmbH
Notes
Notes:
svn path=/head/; revision=521250
Diffstat (limited to 'databases/phpmyadmin5/pkg-descr')
-rw-r--r-- | databases/phpmyadmin5/pkg-descr | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/databases/phpmyadmin5/pkg-descr b/databases/phpmyadmin5/pkg-descr new file mode 100644 index 000000000000..c81c2d88f74d --- /dev/null +++ b/databases/phpmyadmin5/pkg-descr @@ -0,0 +1,34 @@ +Currently phpMyAdmin can: + + * browse and drop databases, tables, views, columns and indexes + * display multiple results sets through stored procedures or queries + * create, copy, drop, rename and alter databases, tables, columns + 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, Microsoft Word 2000, and + LATEX formats + * import data and MySQL structures from 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 + * track changes on databases, tables and views + * support InnoDB tables and foreign keys + * support mysqli, the improved MySQL extension + * create, edit, call, export and drop stored procedures and + functions + * create, edit, export and drop events and triggers + * communicate in 62 different languages + +WWW: https://www.phpmyadmin.net/ |