ニュース

MySQL5. 7以降から、 複数のperformance_ schemaのテーブルからレプリケーションの情報を確認できるようになりました。今回はそれらのテーブルから確認できる内容や、 従来のスレーブの情報を確認するためのコマンドSHOW SLAVE STATUSとの違いなどについて紹介します。
Replication is one of the most popular features used in RDBMS’s today. Replication is used for disaster recovery purposes (i.e. backup or warm stand-by servers), reporting systems where query activity ...
MySQL databases come in all shapes and sizes, but most often are deployed behind Web sites. As sites grow, the companies behind them often become concerned about uptime and want to move to a ...
I'm doing some DFS testing. I'm trying to replicate a share at Site2 to a test server here at Site1. Everything is working as expected for the most part.<BR><BR>My ...