The Issue
I haven't blogged in a while an I have a long TODO list of things to publish: The repository for the SNMP Agent, video and slides of my OSCON talk and a quick overview of MHA master-master support. In the meantime, here's a little fact that I didn't know from MySQL CREATE VIEW documentation:
Although it is possible to create a view with a nonexistentHow can this be possible?DEFINERaccount, an error occurs when the view is referenced if theSQL SECURITYvalue isDEFINERbut the definer account does not exist.