MySQLではレプリケーション機能を使って容易にデータベースを複製することができますが、 構築の際にバイナリーログのポジションを間違ったり、 スレーブ側の設定が間違っていたりすると、 違うデータベースができあがってしまう可能性があります。
Notifications You must be signed in to change notification settings This script will compare checksum values for all tables on the local server (where this script is executed) with a remote server.
With a newly made project, I started mysqld with rocksdb as the default engine, then ran a quick Random Query Generator test. I then check the checksum on one of the tables few times, the first return ...