Update README.Fedora

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:21 -06:00
parent 7251a8e1ae
commit db2398d1ba
1 changed files with 1 additions and 1 deletions

View File

@ -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