From b505472be2430704318492bfaa0a04ef2ccc3a5c Mon Sep 17 00:00:00 2001 From: Andy Bauer Date: Thu, 3 Oct 2013 08:31:59 -0500 Subject: [PATCH] Update README.CentOS update documentation to add alter permission to zmuser --- distros/redhat/README.CentOS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distros/redhat/README.CentOS b/distros/redhat/README.CentOS index 319b8a7ab..991269057 100644 --- a/distros/redhat/README.CentOS +++ b/distros/redhat/README.CentOS @@ -15,7 +15,7 @@ mysql -uroot -p mysql> create database zm; - mysql> grant select,insert,update,delete on zm.* to + mysql> grant select,insert,update,delete,alter on zm.* to 'zmuser'@localhost identified by 'zmpass'; mysql> exit; mysql -uroot -p < /usr/share/zoneminder/db/zm_create.sql