I'm using MySql 5.5.
Is it possible to change expire_logs_days and have the changes take effect without restarting the server?
Tell me more
×
Database Administrators Stack Exchange is a question and answer site for
database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.
|
|
|||
|
thanks @dezso here is how I changed it: |
|||||
|

SET expire_log_days = 1? dev.mysql.com/doc/refman/5.5/en/… – dezso Oct 12 '12 at 11:36