Tag Archives: mysql

MySQL replication >=5.1.14

On page 1375 of 3288 of refman5.1_en.a4.pdf: In MySQL 5.1.14 and later, the mysql database is not replicated. The mysql database is instead seen as a node-specific database. Row-based replication is not supported on tables in this database. Instead, statements that would normally update this information — such as GRANT, REVOKE and the manipulation of [...]