857c917e11
This is major feature update which requires at least PHP 5.2.0 and MySQL 5.0. It features a new user interface and uses MySQL for authentication and access control. The update was necessary as "phpmyadmin" 2.11 is no longer supported: http://sourceforge.net/news/?group_id=23067&id=301992
25 lines
1 KiB
Text
25 lines
1 KiB
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.12 2011/07/29 17:21:20 tron Exp $
|
|
|
|
Do *not* edit "${CONF_INC_PHP}" to customize
|
|
this package because it is a link which will removed during upgrades.
|
|
The actual configuration file is "${PMCONFFILE}".
|
|
|
|
You will need to make phpMyAdmin accessible through your HTTP server.
|
|
If you are running Apache and ap-php, then you can add the following line
|
|
to httpd.conf:
|
|
|
|
Include ${EXDIR}/apache.conf
|
|
|
|
to make phpMyAdmin accessible through:
|
|
|
|
http://www.domain.com/phpmyadmin/
|
|
|
|
If you use "cookie" authentication method, installing security/php-mcrypt
|
|
package is recommended to accelerate phpMyAdmin operation.
|
|
|
|
If you are setting up phpmyadmin for the first time you will need to
|
|
comment out the configuration block in your apache.conf which denies
|
|
access to the scripts directory. This only need to be done the first
|
|
time you access your phpmyadmin installation.
|
|
===========================================================================
|