summaryrefslogtreecommitdiff
path: root/databases/phpmyadmin/MESSAGE
blob: 1290833a1044a904bae3389d6c3b7da4eff99300 (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.5 2003/05/06 17:40:46 jmmv 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/


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