Skip to content

Instantly share code, notes, and snippets.

@takai
Created February 20, 2012 01:22
Show Gist options
  • Save takai/1867003 to your computer and use it in GitHub Desktop.
Save takai/1867003 to your computer and use it in GitHub Desktop.
バイナリログの表示
$ sudo mysqlbinlog --no-defaults --character-set=utf8 /var/lib/mysql/log-bin.000001
バイナリログのローテート
mysql> flush logs
もしくは
$ sudo pkill -HUP mysqld
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment