Prev / Next / XINUJP - ChangeWebLog

my.cnf の default[mysql]

2016-11-02

自分が設定した客先運用中の MariaDB(MySQL) で binlog が吐かれていないことが判明!

って、いつも default の my.cnf で、binlog 取れていたのになぜ??

で、自社の各サーバで調べたところ、どうも

FreeBSD/MariaDB default my.cnf は binlog 設定済
CentOS7/MariaDB default my.cnf は binlog 未設定

らしい。

binlog 未設定な default あるとは知らなかった...

ちなみに、log-error は CentOS7 では default 設定

FreeBSD/MariaDB default my.cnf は log-error 未設定
CentOS7/MariaDB default my.cnf は log-error 設定済


なんだかなぁ。

permlink