We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5291f69 commit 20620daCopy full SHA for 20620da
README.md
@@ -40,6 +40,14 @@ In your MySQL server configuration file you need to enable replication:
40
Mysql replication events explained
41
https://dev.mysql.com/doc/internals/en/event-meanings.html
42
43
+
44
+Mysql user privileges:
45
+```
46
+GRANT REPLICATION SLAVE, REPLICATION CLIENT ON *.* TO 'user'@'host';
47
48
+GRANT SELECT ON `dbName`.* TO 'user'@'host';
49
50
51
Configuration
52
=========
53
0 commit comments