码迷,mamicode.com
首页 > 其他好文 > 详细

跟踪数据

时间:2017-01-24 12:14:11      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:file   ror   日志   /tmp   ext   variables   慢查询   慢查询日志   like   

set global general_log=on;   打开查询功能(用完记得关掉)

mysql> show variables like ‘general_log_file‘; 找到查询日志的位置


( show variables like ‘log_error‘;             错误日志的位置
 show variables like ‘slow_query_log_file‘;       慢查询日志的位置) 


使用:tail -f /tmp/mysqls.log (后面这个是路径) 来监控

跟踪数据

标签:file   ror   日志   /tmp   ext   variables   慢查询   慢查询日志   like   

原文地址:http://www.cnblogs.com/tangbinghaochi/p/6346684.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!