Documentation Home
MySQL 8.4 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 39.8Mb
PDF (A4) - 39.9Mb
Man Pages (TGZ) - 257.9Kb
Man Pages (Zip) - 364.9Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb


MySQL 8.4 Reference Manual  /  ...  /  Replication of the mysql System Schema

19.5.1.22 MySQL 系统架构的复制

mysql 架构中的表进行的数据修改语句将根据 binlog_format 的值进行复制;如果该值为 MIXED,这些语句将使用行基于的格式进行复制。然而,通常会间接更新该信息的语句—例如 GRANTREVOKE,以及操作触发器、存储程序和视图的语句—将使用语句基于的复制方式进行复制到副本中。