Skip to content

Instantly share code, notes, and snippets.

@bluerabbit
Created February 7, 2013 11:18
Show Gist options
  • Select an option

  • Save bluerabbit/4730372 to your computer and use it in GitHub Desktop.

Select an option

Save bluerabbit/4730372 to your computer and use it in GitHub Desktop.
MySQLでslow_query_logを出す
[mysqld]
long_query_time=1
slow_query_log=1
slow-query-log-file=~/mysqld-slow-query.log
log-queries-not-using-indexes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment