Update README.CentOS

Future versions of zmupdate will requite the Lock Tables permission.  Documentation updated accordingly.
This commit is contained in:
Andrew Bauer 2013-12-21 09:45:40 -06:00
parent db2398d1ba
commit 45385526d7
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
mysql -uroot -p
mysql> create database zm;
mysql> grant select,insert,update,delete,alter on zm.* to
mysql> grant select,insert,update,delete,lock tables,alter on zm.* to
'zmuser'@localhost identified by 'zmpass';
mysql> exit;
mysql -uroot -p < /usr/share/zoneminder/db/zm_create.sql