pt-table-sync を使用してテーブルに同期しようとしています。問題は、RDSbilong_format
が に設定されてMIXED
おり、ツールが を必要とすることですSTATEMENT
。そして、それを変更する特別な権限はありません。
これを回避してテーブルを同期するにはどうすればよいですか?
エラーは次のとおりです。
This tool requires binlog_format=STATEMENT, but the current binlog_format is set to MIXED and an error occurred while attempting to change it. If running MySQL 5.1.29 or newer, setting binlog_format requires the SUPER privilege. You will need to manually set binlog_format to 'STATEMENT' before running this tool.