In my continuing MySQL 5.5 blog series, today I am covering
what's new on the replication front. MySQL replication is
my favorite server feature and what drew me to MySQL during my
tenure with Embarcadero Technologies. Others seem to
agree as based on community and customer surveys, MySQL
replication is the most popular and widely used database
feature. Mostly because it is easy to set up and ease, it
enables scalability and provides a pretty robust solution for
data redundancy, backup and overall availability. In MySQL
5.5 replication has been enhanced in response to user requests
that MySQL replication:
- Ensure data consistency between master and slave servers
- Immediately detect if replication is not working
- Allow a crashed slave to automatically recover from the master relay log
- Allow users to filter …