Skip to content

Commit 20620da

Browse files
wolaiye1010krowinski
authored andcommitted
need mysql user privileges (#20)
* Update README.md
1 parent 5291f69 commit 20620da

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ In your MySQL server configuration file you need to enable replication:
4040
Mysql replication events explained
4141
https://dev.mysql.com/doc/internals/en/event-meanings.html
4242

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+
4351
Configuration
4452
=========
4553

0 commit comments

Comments
 (0)