
mysql
沉淀期待未来9527
母校-太原工业学院
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Mysql日志文件的管理
Mysql日志文件分类:General query log(一般查询日志)General-log={ON|OFF} #启动或关闭一般查询日志,默认是关闭的 General-log-file=filename #指定一般查询日志的文件名 Log-output={FILE|TABLE|NONE} #定义一般查询日志和慢查询日志的保存方式,可以是TABLE、FILE、NONE...原创 2018-03-27 14:38:23 · 354 阅读 · 1 评论 -
mysqlbinlog — Utility for Processing Binary Log Files
使用mysqlbinlog分析二进制日志文件The server’s binary log consists of files containing “events” that describe modifications to database contents. The server writes these files in binary format. To display thei...原创 2018-03-28 15:50:43 · 267 阅读 · 0 评论