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-07T06:11:07Z Indexed on 2010/04/07 6:13 UTC
Read the original article Hit count: 285

Filed under:
|

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

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

Related posts about mysql-replication

Related posts about mysql