mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-07-05 10:49:47 -04:00
Update README.Fedora
added alter permission to zmuser
This commit is contained in:
@@ -24,7 +24,7 @@ New installs
|
||||
introduce an obvious security issue. The following should set this up:
|
||||
|
||||
mysql -u root -p
|
||||
grant select,insert,update,delete on zm.* to 'zmuser'@localhost identified by 'zmpass';
|
||||
grant select,insert,update,delete,alter on zm.* to 'zmuser'@localhost identified by 'zmpass';
|
||||
|
||||
Obviously, change at least zmpass to an actual, secure password or
|
||||
passphrase. You can change zmuser as well if you like.
|
||||
|
||||
Reference in New Issue
Block a user