摘要:
1. cat 不适合查看大文件 1、查看文件及行号 [root@localhost teone]# cat -n one.log 1 2 this is a test 2 3 Are you like awk 3 This's a test 4 10 There are orange,apple,m 阅读全文
摘要:
1. 开启bin-log vim /etc/my.cnf log_bin=/var/log/data/mysql-bin binlog_format = row #日志格式 systemctl restart mysqld 常用命令: # 是否启用binlog日志 show variables li 阅读全文