Update README.CentOS
update documentation to add alter permission to zmuserpull/194/head
parent
ea5c610fb1
commit
b505472be2
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue