./databases/phpmyadmin, Set of PHP-scripts to adminstrate MySQL over the WWW

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2007Q3, Version: 2.11.2.1, Package name: phpmyadmin-2.11.2.1, Maintainer: tron

phpMyAdmin is a tool written in PHP intended to handle the administration of
MySQL over the Web. 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 47 different languages


Required to run:
[databases/php-mysql] [misc/php-mbstring]

Master sites: (Expand)

SHA1: a73e5438f041233838e2e940fce14b5b4230133e
RMD160: 9478445bb7a0431412944b2a97314162a455a1b1
Filesize: 3011.123 KB

Version history: (Expand)


CVS history: (Expand)


   2007-11-13 12:53:21 by Geert Hendrickx | Files touched by this commit (3) | Package updated
Log message:
Pullup ticket 2225 - requested by tron
security update for phpmyadmin

- pkgsrc/databases/phpmyadmin/Makefile			1.62
- pkgsrc/databases/phpmyadmin/PLIST			1.18
- pkgsrc/databases/phpmyadmin/distinfo			1.30

   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Mon Nov 12 14:05:26 UTC 2007

   Modified Files:
	   pkgsrc/databases/phpmyadmin: Makefile PLIST distinfo

   Log message:
   Update "phpmyadmin" package to version 2.11.2.1.
   Change since version 2.10.2:
   - creating VIEWs from query results
   - managing triggers, procedures and functions
   - supports MySQL 5.0.37 query profiling
   - improved interface for servers hosting thousands of databases and tables.
   - security fixes for PMASA-2007-5, PMASA-2007-6 and PMASA-2007-7