How to use Binary Log file for Auditing and Replicating in MySQL?
Posted
by Pranav
on Server Fault
See other posts from Server Fault
or by Pranav
Published on 2010-04-07T05:52:58Z
Indexed on
2010/04/08
16:23 UTC
Read the original article
Hit count: 398
mysql
|mysqlbinlog
How to use Binary Log file for Auditing in MySQL? I want to track the change in a DB using Binary Log so that I can replicate these changes to other DB please do not give me hyperlinks for MySQL website. please direct me to find the solution
EDIT
I have looked for auditing options and created a script using Triggers for that, but due toi the Joomla DB structure it did'nt worked for me, hence I have to move on to Binary Log file concept now i am stucked in initiating the concept as I am not getting the concept of making the server master/slave, so can any body guide me how to actually initiate it via PHP?
© Server Fault or respective owner