summaryrefslogtreecommitdiff
path: root/databases/phpmyadmin/MESSAGE
blob: b07a8952f7d60a442e3b3c7693054ab18d635d79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
===========================================================================
$NetBSD: MESSAGE,v 1.4 2003/01/12 14:04:57 tron Exp $

Do *not* edit "${PREFIX}/share/phpmyadmin/config.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 may either symlink
        
	${PMDIR}

into DocumentRoot, or copy 

	${EXDIR}/phpmyadmin.conf 

to ${PKG_SYSCONFDIR}/httpd and add the following line to httpd.conf:

	Include ${PKG_SYSCONFDIR}/httpd/phpmyadmin.conf

to make mySQL accessible through:
				
	http://www.domain.com/phpmyadmin/


===========================================================================