Is it possible to run triggers on a MySQL read-only slave?
Meaning, the Master receives all the insert/update statements. Then passes them to the slave via binary log. On the slave, is it possible to have triggers installed that will react to the binary logs, so that I could enable some reporting/BI capabilities?