内容へ移動
ClownWiki
ユーザ用ツール
ログイン
サイト用ツール
検索
ツール
文書の表示
以前のリビジョン
バックリンク
最近の変更
メディアマネージャー
サイトマップ
ログイン
>
最近の変更
メディアマネージャー
サイトマップ
トレース:
mysql:slowlog_rotate_manual
この文書は読取専用です。文書のソースを閲覧することは可能ですが、変更はできません。もし変更したい場合は管理者に連絡してください。
===== スローログの手動ローテート ===== <code> # cd /var/log/mysql # ll 合計 134308 -rw-rw---- 1 mysql mysql 137367185 11月 7 01:20 mysql-slow.log -rw-r----- 1 mysql mysql 22898 9月 27 01:04 mysql.log # mv mysql-slow.log mysql-slow.log.old # mysql -u root -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 304599784 Server version: 5.5.27-log MySQL Community Server (GPL) by Remi Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> flush slow logs; Query OK, 0 rows affected (0.00 sec) mysql> exit Bye </code> <code> # スローログ mysql> flush slow logs; # 一般クエリログ mysql> flush general logs; # バイナリログ mysql> flush binary logs; </code> http://blog.inouetakuya.info/entry/20130320/1363776504
mysql/slowlog_rotate_manual.txt
· 最終更新: 2025/02/16 13:53 by
127.0.0.1
ページ用ツール
文書の表示
以前のリビジョン
バックリンク
文書の先頭へ