当前位置: 网学 > 编程文档 > MySQL > 正文

如何查看mysql日志

来源:Http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 13/08/02

【编者按】网学网MySQL频道为大家收集整理了“如何查看mysql日志“提供大家参考,希望对大家有所帮助!

是否启用了日志mysql>show variables like 'log_bin'; 怎样知道当前的日志mysql> show master status; 看二进制日志文件用mysqlbinlogshell>mysqlbinlog mail-bin.000001(要写绝对问题路径d://)或者shell>mysqlbinlog mail-bin.000001 | tail Windows 下用类似的命令。  mysql有以下几种日志:     错误日志:     -log-err    查询日志:     -log    慢查询日志:   -log-slow-queries    更新日志:     -log-update    二进制日志:-log-bin       在mysql的安装目录下,打开my.ini,在后面加上上面的参数,保存后重启mysql服务就行了。    例如:     #Enter a name for the error log file.   Otherwise a default name will be used.   log-error=err.log#Enter a name for the query log file. Otherwise a default name will be used.   #log=#Enter a name for the slow query log file. Otherwise a default name will be used.   #log-slow-queries=#Enter a name for the update log file. Otherwise a default name will be used.   #log-update=#Enter a name for the binary log. Otherwise a default name will be used.   #log-bin=        上面只开启了错误日志,要开其他的日志就把前面的“#”去掉。 long_query_time =1 --是指执行超过多久的sql会被log下来,这里是1秒 log-slow-queries=slowqueris.log --将查询返回较慢的语句进行记录 log-queries-not-using-indexes = nouseindex.log --就是字面意思,log下来没有使用索引的query log=mylog.log --对所有执行语句进行记录 log-error=log-error.loglog=log-query.loglog-queries-not-using-indexeslog-warnings=2log-slow-queries=log-slow-query.loglog-update=log-update.loglong_query_time=2

  • 上一篇资讯: mysql 常用命令之函数
  • 网学推荐

    免费论文

    原创论文

    设为首页 | 加入收藏 | 论文首页 | 论文专题 | 设计下载 | 网学软件 | 论文模板 | 论文资源 | 程序设计 | 关于网学 | 站内搜索 | 网学留言 | 友情链接 | 资料中心
    版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
    Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号