Update README.Fedora

added alter permission to zmuser
This commit is contained in:
Andy Bauer
2013-10-03 08:30:31 -05:00
parent 79b45bec68
commit ea5c610fb1

View File

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