mysql問題:using expire_logs_days without log_bin crashes the server...
問題:
執行 啟動mysql操作,即 /etc/init.d/mysql start
提示以下錯誤:
using expire_logs_days without log_bin crashes the server. seereadme.debian.gz
www.2cto.com
解決:
查看/etc/mysql/my.cnf發現log_bin選項被關閉,開啟即可
另外
expire_logs_days選項表示mysql二進制日志自動刪除的天數。默認值為0,表示”沒有自動刪除“。
設置expire_logs_days=2,則自動清理已過期兩天的日志。mysql日志目錄在/var/log/mysql下