#author("2021-08-25T11:05:46+09:00","default:ryuichi","ryuichi")
* スロークエリログ [#pcf9c4fd]

環境はMySQL5.1とする。

*** /etc/my.cnf を編集 [#x6838152]
 [mysqld]
 slow_query_log=1
 slow_query_log_file=mysql-slow.log
 slow_query_log_file=/var/log/mysql/slow.log
 long_query_time=1

- この場合は1秒。0から10まで指定可能

*** MySQLプロセスを再起動 [#s41814dd]
 /etc/rc.d/init.d/mysql restart

*** MySQLにログインし、テストのクエリを発行 [#w560bd93]
 SELECT SLEEP(2);

*** ログファイルを確認 [#s25bc2e0]
 tail /var/lib/mysql/mysql-slow.log

** 参考 [#cc9e3e54]
http://dev.mysql.com/doc/refman/5.1/ja/slow-query-log.html

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS