Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What will MySQL do to correct the aforementioned limitations?

0
Posted

What will MySQL do to correct the aforementioned limitations?

0

As of MySQL 5.1.5, you can choose either statement-based replication, or row-based replication. The original replication implement is based on statement-based binary logging. Row-based binary logging resolves the limitations mentioned earlier. For additional information, see Section 6.3, “Row-Based Replication”.

0

As of MySQL 5.1.5, you can choose either statement-based replication or row-based replication. The original replication implementation is based on statement-based binary logging. Row-based binary logging resolves the limitations mentioned earlier. Beginning with MySQL 5.1.8, mixed replication is also available (by starting the server with –binlog-format=mixed). This hybrid, 「smart」 form of replication 「knows」 whether statement-level replication can safely be used, or row-level replication is required. For additional information, see 項5.1.2. 「レプリケーション フォーマット」.

0

As of MySQL 5.1.5, you can choose either statement-based replication or row-based replication. The original replication implementation is based on statement-based binary logging. Row-based binary logging resolves the limitations mentioned earlier. Beginning with MySQL 5.1.8, mixed replication is also available (by starting the server with –binlog-format=mixed). This hybrid, “smart” form of replication “knows” whether statement-level replication can safely be used, or row-level replication is required. For additional information, see Section 6.1.2, “Replication Formats”.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123