Skip to content

Instantly share code, notes, and snippets.

@hfm
Created March 28, 2014 09:50
Show Gist options
  • Select an option

  • Save hfm/9829111 to your computer and use it in GitHub Desktop.

Select an option

Save hfm/9829111 to your computer and use it in GitHub Desktop.

/root/.my.cnfに以下のように書くとlogrotateでもmysqladminが動きました。

[mysqladmin]
user     = root
password = hoge

コツとしては、 [mysqladmin] というグループを作ることにあるようです。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment