File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -45,15 +45,6 @@ The project is test with:
45
45
46
46
It's not tested in real production situation.
47
47
48
- TESTING
49
- =======
50
-
51
- Make sure you have the following configuration set in your mysql config file (usually my.cnf on development env):
52
-
53
- log-bin=mysql-bin
54
- server-id=1
55
- binlog_do_db=pymysqlreplication_test
56
-
57
48
Limitations
58
49
=============
59
50
@@ -254,6 +245,14 @@ Tests
254
245
========
255
246
<b >Be carefull</b > tests will reset the binary log of your MySQL server.
256
247
248
+ Make sure you have the following configuration set in your mysql config file (usually my.cnf on development env):
249
+
250
+ log-bin=mysql-bin
251
+ server-id=1
252
+ binlog_do_db=pymysqlreplication_test
253
+ binlog-format = row #Very important if you want to receive write, update and delete row events
254
+
255
+
257
256
To run tests:
258
257
259
258
python setup.py test
You can’t perform that action at this time.
0 commit comments