summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2006-02-08 19:35:40 +0000
committerRenat Lumpau <rl03@gentoo.org>2006-02-08 19:35:40 +0000
commit2e32ae87adc08910930ec2c51090e3373923fa2b (patch)
tree2d5a7a44b25ee2f43736508f5eb072c66404f004 /www-misc/zoneminder/files
parentShow the right postinstall instructions (diff)
downloadgentoo-2-2e32ae87adc08910930ec2c51090e3373923fa2b.tar.gz
gentoo-2-2e32ae87adc08910930ec2c51090e3373923fa2b.tar.bz2
gentoo-2-2e32ae87adc08910930ec2c51090e3373923fa2b.zip
Mention which database to use
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'www-misc/zoneminder/files')
-rw-r--r--www-misc/zoneminder/files/postinstall-2.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-misc/zoneminder/files/postinstall-2.txt b/www-misc/zoneminder/files/postinstall-2.txt
index b41d8ddb558a..2e2eb061b8f1 100644
--- a/www-misc/zoneminder/files/postinstall-2.txt
+++ b/www-misc/zoneminder/files/postinstall-2.txt
@@ -4,7 +4,7 @@
cd /usr/share/${PN}
mysql mysql < db/zm_create.sql
mysql mysql
- > grant select,insert,update,delete on <your database name>.* to '<username>'@localhost identified by '<password>';
+ > grant select,insert,update,delete on zoneminder.* to '<username>'@localhost identified by '<password>';
> quit
mysqladmin reload