1.登录阿里云数据后台->云数据库RDS->登录数据库找到备份恢复->下载日志备份binlog文件

2.查找mysqlbinlog工具位置用于打开2进制文件 使用命令(find / -name mysqlbinlog)

~$ find / -name mysqlbinlog
find: /usr/sbin/authserver: Permission denied
/usr/local/bin/mysqlbinlog

3.进入mysqlbinlog 路径下以我为例

~$ cd /usr/local/bin

4.解码文件

$ ./mysqlbinlog -vv --base64-output=decode-rows /Users/xubin/mysql-bin.000145 -v > /Users/xubin/aa.txt

详情可查看阿里云文档:https://help.aliyun.com/knowledge_detail/41709.html?spm=5176.7841698.2.20.I5sV1c

5.查看aa.txt文档,文档如下图。

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐