Documentation Home
MySQL 5.7 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 35.1Mb
PDF (A4) - 35.2Mb
Man Pages (TGZ) - 256.4Kb
Man Pages (Zip) - 361.2Kb
Info (Gzip) - 3.4Mb
Info (Zip) - 3.4Mb
Excerpts from this Manual

MySQL 5.7 Reference Manual  / ...  / Replication  / Replication Notes and Tips  / Replication Features and Issues  /  Replication of the mysql System Database

16.4.1.21 Replication of the mysql System Database

Data modification statements made to tables in themysql database 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.