Skip to content

Commit cb3f0dd

Browse files
Merge pull request julien-duponchelle#331 from jmshnds/patch-1
Update example grammar and formatting
2 parents 51ac1db + f2dfc6c commit cb3f0dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
Examples
33
########
44

5-
You can found a list of working examples here: https://github.com/noplay/python-mysql-replication/tree/master/examples
5+
You can find a list of working examples here: https://github.com/noplay/python-mysql-replication/tree/master/examples
66

77

88
Prerequisites
99
=============
1010

11-
The user, you plan to use for the BinaryLogClient, must have REPLICATION SLAVE privilege. To get binlog filename and position, he must be granted at least one of REPLICATION CLIENT or SUPER as well. To get table info of mysql server, he also need SELECT privilege on information_schema.COLUMNS.
11+
The user, you plan to use for the BinaryLogClient, must have `REPLICATION SLAVE` privilege. To get binlog filename and position, the user must be granted at least one of `REPLICATION CLIENT` or `SUPER` as well. To get table info of mysql server, the user also needs `SELECT` privilege on `information_schema.COLUMNS`.
1212
We suggest grant below privileges to the user:
1313

1414
:command:`GRANT REPLICATION SLAVE, REPLICATION CLIENT, SELECT ON *.* TO 'user'@'host'`

0 commit comments

Comments
 (0)