我的服务器上启用了基于行的二进制日志记录。 最近在调试问题时,我试图从特定位置查看二进制日志的内容,但它给了我不可读的输出。
Is there any way to see the output in plain text format ?
以下是可能需要的详细信息。
character_set of client/server/connection/result latin1
Binlog format ROW based
提前致谢
答案 0 :(得分:0)
您希望使用mysqlbinlog实用程序将二进制日志转储为SQL格式:
mysqlbinlog /path/to/mysql-bin.0000 > /path/to/dump.sql
通常,二进制日志位于/var/lib/mysql