Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added missing permission for MySQL to alter routine
  • Loading branch information
jumpmind-josh committed Feb 26, 2019
1 parent fcacb8e commit b73f57b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions symmetric-assemble/src/asciidoc/appendix/mysql.ad
Expand Up @@ -28,6 +28,7 @@ On MySQL 5.1, the SymmetricDS user needs the TRIGGER, PROCESS, and CREATE ROUTIN
----
grant trigger on *.* to symmetric;
grant create routine on *.* to symmetric;
grant alter routine on *.* to symmetric;
grant process on *.* to symmetric;
----

Expand Down

0 comments on commit b73f57b

Please sign in to comment.