Skip navigation links

MySQL Forums :: C/C++ :: reading binary logs using c api


Advanced Search

reading binary logs using c api
Posted by: sunil datta ()
Date: February 24, 2013 11:17AM

I am using ubuntu 12.04 and want to write a c program which will act like a mysql slave and will read the remote system's mysql binary log and will update the database of the system on which it is running. I have tried but unable to find any c api available for this. In short I want to write my own mysql database replication code.

I have found one link http://intuitive-search.blogspot.in/2011/07/binary-log-api-and-replication-listener.html but the info is related to c++.

Options: ReplyQuote


Subject Written By Posted
reading binary logs using c api sunil datta 02/24/2013 11:17AM


Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.