aboutsummaryrefslogtreecommitdiff
path: root/databases/phpmyadmin/pkg-descr
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2006-03-16 06:24:05 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2006-03-16 06:24:05 +0000
commitc99def19e5bbd3742680fd34f834b7e9dc0669ce (patch)
tree45d7e338410a1d2a741522fcb442002666fd71f6 /databases/phpmyadmin/pkg-descr
parent8873423497a63d01472073f3c14ac88ad4d69fb1 (diff)
downloadports-c99def19e5bbd3742680fd34f834b7e9dc0669ce.tar.gz
ports-c99def19e5bbd3742680fd34f834b7e9dc0669ce.zip
- Update to 2.8.0.1
PR: ports/94145 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=157375
Diffstat (limited to 'databases/phpmyadmin/pkg-descr')
-rw-r--r--databases/phpmyadmin/pkg-descr55
1 files changed, 35 insertions, 20 deletions
diff --git a/databases/phpmyadmin/pkg-descr b/databases/phpmyadmin/pkg-descr
index 5d106eb9dd91..34be1ebef458 100644
--- a/databases/phpmyadmin/pkg-descr
+++ b/databases/phpmyadmin/pkg-descr
@@ -1,24 +1,39 @@
- phpMyAdmin handles the administration of MySQL over the Web. It
- can manage a whole MySQL server as well as a single database.
+ phpMyAdmin can manage a whole MySQL server (needs a super-user) as
+ well as a single database. To accomplish the latter you'll need a
+ properly set up MySQL user who can read/write only the desired
+ database. It's up to you to look up the appropriate part in the
+ MySQL manual.
- 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
+ Currently phpMyAdmin can:
+ - easily browse through databases and tables
+ - create, copy, rename, alter and drop databases
+ - create, copy, rename, alter and drop tables
+ - do table maintenance
+ - add, edit and drop fields
+ - execute any SQL-statement, even multiple queries
+ - create, alter and drop indexes
+ - load text files into tables
+ - create (*) and read dumps of tables or databases
+ - export (*) data to SQL, CSV, XML, Word, Excel, PDF and Latex
+ formats
+ - administer multiple servers
+ - manage MySQL users and privileges
+ - check server settings and runtime information with
+ configuration hints
+ - 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
+ - support InnoDB tables and foreign keys (see FAQ 3.6)
+ - support mysqli, the improved MySQL extension (see FAQ 1.17)
+ - communicate in 50 different languages
+
+ (*) phpMyAdmin can compress (Zip, GZip -RFC 1952- or Bzip2 formats)
+ dumps and CSV exports if you use PHP4 >= 4.0.4 with Zlib support
+ (--with-zli b) and/or Bzip2 support (--with-bz2).
WWW: http://www.phpmyadmin.net/