Update README.CentOS

update documentation to add alter permission to zmuser
pull/194/head
Andy Bauer 2013-10-03 08:31:59 -05:00
parent ea5c610fb1
commit b505472be2
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
mysql -uroot -p mysql -uroot -p
mysql> create database zm; 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'; 'zmuser'@localhost identified by 'zmpass';
mysql> exit; mysql> exit;
mysql -uroot -p < /usr/share/zoneminder/db/zm_create.sql mysql -uroot -p < /usr/share/zoneminder/db/zm_create.sql