Update README.Fedora
Future versions of zmupdate will requite the Lock Tables permission. Documentation updated accordingly.
This commit is contained in:
parent
7251a8e1ae
commit
db2398d1ba
|
@ -25,7 +25,7 @@ New installs
|
|||
introduce an obvious security issue. The following should set this up:
|
||||
|
||||
mysql -u root -p
|
||||
grant select,insert,update,delete,alter on zm.* to
|
||||
grant select,insert,update,delete,lock tables,alter on zm.* to
|
||||
'zmuser'@localhost identified by 'zmpass';
|
||||
|
||||
Obviously, change at least zmpass to an actual, secure password or
|
||||
|
|
Loading…
Reference in New Issue