Skip to content

Commit f2dfc6c

Browse files
authored
Update example grammar and formatting
1 parent 51ac1db commit f2dfc6c

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)