diff options
Diffstat (limited to 'www-misc/zoneminder/files/postinstall-2.txt')
-rw-r--r-- | www-misc/zoneminder/files/postinstall-2.txt | 2 |
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 |