Documentation Home
MySQL Replication
Related Documentation Download this Excerpt
PDF (US Ltr) - 1.8Mb
PDF (A4) - 1.8Mb


MySQL Replication  / ...  / Replication Notes and Tips  / Replication Features and Issues  /  Replication of the mysql System Schema

4.1.22 Replication of the mysql System Schema

Data modification statements made to tables in themysql schema are replicated according to the value ofbinlog_format; if this value isMIXED, these statements are replicated using row-based format. However, statements that would normally update this information indirectly—suchGRANT,REVOKE, and statements manipulating triggers, stored routines, and views—are replicated to replicas using statement-based replication.