您好,登錄后才能下訂單哦!
Mysql中怎么比對主從數據庫是否一致,相信很多沒有經驗的人對此束手無策,為此本文總結了問題出現的原因和解決方法,通過這篇文章希望你能解決這個問題。
從庫配置:
report-host=192.168.3.70
report-port =3306
主庫比對:指定從庫
pt-table-checksum --user=root --password=123456 --host=192.168.3.70 --databases=drama
Diffs cannot be detected because no slaves were found. Please read the --recursion-method documentation for information.
TS ERRORS DIFFS ROWS CHUNKS SKIPPED TIME TABLE
03-18T10:56:16 0 0 28 1 0 0.008 drama.app_user
03-18T10:56:16 0 0 0 1 0 0.005 drama.joblock
03-18T10:56:16 0 0 0 1 0 0.004 drama.role
03-18T10:56:16 0 0 0 1 0 0.003 drama.stepsettle
03-18T10:56:16 0 0 343 1 0 0.007 drama.supplierinfo
03-18T10:56:16 0 0 0 1 0 0.004 drama.user_role
03-18T10:56:16 0 0 0 1 0 0.004 drama.webmodule
03-18T10:56:16 0 0 0 1 0 0.004 drama.webmodule_role
DIFFS:代表不一致,一致為0
或
在主庫上,指定主庫(--host=192.168.3.22)
pt-table-checksum --user=root --password=qC0QKFiX --host=172.28.3.22 --databases=drama --no-check-binlog-format
看完上述內容,你們掌握Mysql中怎么比對主從數據庫是否一致的方法了嗎?如果還想學到更多技能或想了解更多相關內容,歡迎關注億速云行業資訊頻道,感謝各位的閱讀!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。