Groups
Groups
Sign in
Groups
Groups
Python MySQL replication
Conversations
About
Send feedback
Help
Python MySQL replication
Contact owners and managers
1–30 of 53
Mark all as read
Report group
0 selected
Chris Lomeli
,
Aaron Close
2
1/28/24
BinlogStreamReader creating binary key names for json objects
I put this behind a try except around my json.dumps def bytes_to_str(input): if isinstance(input,
unread,
BinlogStreamReader creating binary key names for json objects
I put this behind a try except around my json.dumps def bytes_to_str(input): if isinstance(input,
1/28/24
Samira El Aabidi
4/24/23
MariaDB corrupt event
I have a PR with the description of the issue and fix https://github.com/julien-duponchelle/python-
unread,
MariaDB corrupt event
I have a PR with the description of the issue and fix https://github.com/julien-duponchelle/python-
4/24/23
Binay kumar
4/15/21
Mysql data not saving and Python code not working but connected please help me
# Note (Example is valid for Python v2 and v3) from __future__ import print_function import sys # sys
unread,
Mysql data not saving and Python code not working but connected please help me
# Note (Example is valid for Python v2 and v3) from __future__ import print_function import sys # sys
4/15/21
an...@tabsquare.com
,
Komal Rautji
2
3/22/21
Getting error while following Git documentation
Anyone who has solved this error? I am also getting the same error. On Tuesday, August 29, 2017 at 4:
unread,
Getting error while following Git documentation
Anyone who has solved this error? I am also getting the same error. On Tuesday, August 29, 2017 at 4:
3/22/21
Harshad Ambekar
,
Mikael Luneau
2
3/3/21
only_events=[DeleteRowsEvent, WriteRowsEvent, UpdateRowsEvent] not giving any Insert / Update / Delete events on my table
Hi, Maybe your replication user doesn't have SELECT privilege ? (SUPER and REPLICATION CLIENT is
unread,
only_events=[DeleteRowsEvent, WriteRowsEvent, UpdateRowsEvent] not giving any Insert / Update / Delete events on my table
Hi, Maybe your replication user doesn't have SELECT privilege ? (SUPER and REPLICATION CLIENT is
3/3/21
Mizuno Mashiro
8/4/20
Are we adding MYSQL 8 support?
I am wondering if this project would add support for MySQL8... Did anyone done some testing on MYSQL
unread,
Are we adding MYSQL 8 support?
I am wondering if this project would add support for MySQL8... Did anyone done some testing on MYSQL
8/4/20
NAYAN KHANNA
,
Harshad Ambekar
2
9/5/19
Get Events of a particular table
For your first question, I believe you can setup a configuration by passing your table(s) stream =
unread,
Get Events of a particular table
For your first question, I believe you can setup a configuration by passing your table(s) stream =
9/5/19
Dave Howes
,
Julien Duponchelle
2
8/27/19
Process Binary Logs Offline
Currently no but you should be able to use the code. The data format on disk should be the same. Le
unread,
Process Binary Logs Offline
Currently no but you should be able to use the code. The data format on disk should be the same. Le
8/27/19
David P
,
Julien Duponchelle
4
2/12/19
MySQL to Cassandra Replication
Thanks, I'll check it out. On Tue, Feb 12, 2019, 00:40 Julien Duponchelle <julien@duponchelle.
unread,
MySQL to Cassandra Replication
Thanks, I'll check it out. On Tue, Feb 12, 2019, 00:40 Julien Duponchelle <julien@duponchelle.
2/12/19
jack...@gmail.com
10/21/18
MASTER_LOG_POS format in python script
From line 1 to 6 are right syntax, but line 7 has problem. I need help for the format of
unread,
MASTER_LOG_POS format in python script
From line 1 to 6 are right syntax, but line 7 has problem. I need help for the format of
10/21/18
hypau...@gmail.com
,
Julien Duponchelle
2
9/24/18
why is python myql replication so slow
It's much better if you use pypy instead of cpython Le lun. 24 sept. 2018 à 10:58, <
unread,
why is python myql replication so slow
It's much better if you use pypy instead of cpython Le lun. 24 sept. 2018 à 10:58, <
9/24/18
Alex Gavtadze
,
Chengzhi Zhao
4
8/30/18
mysql-replication: ValueError: year 488143155 is out of range
thank you very much. I found this workaround: https://stackoverflow.com/questions/11875770/how-to-
unread,
mysql-replication: ValueError: year 488143155 is out of range
thank you very much. I found this workaround: https://stackoverflow.com/questions/11875770/how-to-
8/30/18
Arindam Nayak
6/29/18
How to connect to binlog files and connection string pointing to slave
Hi Is there a way to give binlog directory as input to "BinLogStreamReader" constructor and
unread,
How to connect to binlog files and connection string pointing to slave
Hi Is there a way to give binlog directory as input to "BinLogStreamReader" constructor and
6/29/18
chengz...@meetup.com
,
Julien Duponchelle
2
6/4/18
bootstrapping -- initial loads of a table
Hi, This option doesn't exists. Best Julien Le lun. 4 juin 2018 à 16:41, <chengzhizhao@meetup.
unread,
bootstrapping -- initial loads of a table
Hi, This option doesn't exists. Best Julien Le lun. 4 juin 2018 à 16:41, <chengzhizhao@meetup.
6/4/18
Will Lokes
,
Julien Duponchelle
3
5/2/18
Access to query ID or user ID
That's what I was thinking, but just wanted to confirm. Thanks for the follow up! On Tue, May 1,
unread,
Access to query ID or user ID
That's what I was thinking, but just wanted to confirm. Thanks for the follow up! On Tue, May 1,
5/2/18
郭枫
,
Julien Duponchelle
2
1/8/18
What's the detail of BinLogStreamReader's option "only_schemas"?
Hi, The lib don't convert to SQL it's read the binlog entry. If it's SQL it's return
unread,
What's the detail of BinLogStreamReader's option "only_schemas"?
Hi, The lib don't convert to SQL it's read the binlog entry. If it's SQL it's return
1/8/18
Veeranagouda Mukkanagoudar
,
Julien Duponchelle
2
10/16/17
What level of access the user should have to access binLog
You need to set the binlog format to row https://github.com/noplay/python-mysql-replication#mysql-
unread,
What level of access the user should have to access binLog
You need to set the binlog format to row https://github.com/noplay/python-mysql-replication#mysql-
10/16/17
Matthew Rodriguez
2
10/14/17
Output log_file for error handling
I just realized I was being dumb and it is an attribute of the stream, but it is not inherited in the
unread,
Output log_file for error handling
I just realized I was being dumb and it is an attribute of the stream, but it is not inherited in the
10/14/17
Julien Duponchelle
4/4/17
Python MySQL Replication 0.12
* Clear table_map if RotateEvent has timestamp of 0 (#197) * Add support for ignored_tables and
unread,
Python MySQL Replication 0.12
* Clear table_map if RotateEvent has timestamp of 0 (#197) * Add support for ignored_tables and
4/4/17
Johnny W. Santos
,
Julien Duponchelle
2
3/7/17
Master-Slave Like application with python-mysql-replication
Do you want to mimic a MySQL master slave or it's not based on MySQL? Le mar. 7 mars 2017 à 13:50
unread,
Master-Slave Like application with python-mysql-replication
Do you want to mimic a MySQL master slave or it's not based on MySQL? Le mar. 7 mars 2017 à 13:50
3/7/17
Julien Duponchelle
2/7/17
Python MySQL Replication 0.11 released
Changelog: * Implement Heartbeat (#191) * Fix handling of JSON data (#182)
unread,
Python MySQL Replication 0.11 released
Changelog: * Implement Heartbeat (#191) * Fix handling of JSON data (#182)
2/7/17
Julien Duponchelle
11/30/16
Python MySQL Replication 0.10
Hi, A new version of Python MySQL replication is available Important change (could break code): * row
unread,
Python MySQL Replication 0.10
Hi, A new version of Python MySQL replication is available Important change (could break code): * row
11/30/16
Jack Wang
,
Julien Duponchelle
7
1/12/16
Will the new BinLogStreamReader kill the old one?
That's great! A very big thanks for you! It does help me a lot! Best Regards, Jack On Monday,
unread,
Will the new BinLogStreamReader kill the old one?
That's great! A very big thanks for you! It does help me a lot! Best Regards, Jack On Monday,
1/12/16
Julien Duponchelle
1/2/16
Python MySQL Replication 0.8
Changelog * bugfix for decoding values of columns in charset "utf8mb4" * Close connection
unread,
Python MySQL Replication 0.8
Changelog * bugfix for decoding values of columns in charset "utf8mb4" * Close connection
1/2/16
Roy Nasser
,
Julien Duponchelle
3
8/31/15
Rethinkdb support Dropped?
Thanks for the repli Julien, we will try to get it working again. My colleague André already posted a
unread,
Rethinkdb support Dropped?
Thanks for the repli Julien, we will try to get it working again. My colleague André already posted a
8/31/15
Julien Duponchelle
6/21/15
Release 0.7
* Partial fix for dropped columns blowing up replication when replaying binlog with past events *
unread,
Release 0.7
* Partial fix for dropped columns blowing up replication when replaying binlog with past events *
6/21/15
Julien Duponchelle
5/10/15
Python Mysql Replication 0.6
Thanks to the awesome community a 0.6 release is available. * Prevent invalid table-map-entries to
unread,
Python Mysql Replication 0.6
Thanks to the awesome community a 0.6 release is available. * Prevent invalid table-map-entries to
5/10/15
JAI PRAKASH SINGH
1/12/15
mysql reverting the entered data...
hello all, please reply 1) I wrote a code n python using django orm, 2) to enter the url entry in
unread,
mysql reverting the entered data...
hello all, please reply 1) I wrote a code n python using django orm, 2) to enter the url entry in
1/12/15
chao liu
,
Julien Duponchelle
2
12/10/14
IndexError: tuple index out of range
Hi, Which version of MySQL are you using? Best regards Le Mon Dec 08 2014 at 09:12:34, chao liu <
unread,
IndexError: tuple index out of range
Hi, Which version of MySQL are you using? Best regards Le Mon Dec 08 2014 at 09:12:34, chao liu <
12/10/14
Julien Duponchelle
9/28/14
Python MySQL Replication 0.5 is availabe
0.5 28/09/2014 * Remove default server id * Performances improvements * Allow filter events by schema
unread,
Python MySQL Replication 0.5 is availabe
0.5 28/09/2014 * Remove default server id * Performances improvements * Allow filter events by schema
9/28/14