Search Results

1
vote
1answer
268 views

Real-Time MySQL binary log parsing

we are dealing with a legacy application built on MySQL 5.0 (MyISAM). I need to know in real-time when an update, delete, or insert happens to a particular table. The 'gotcha' is that I ca …