B4BY.588
Home
Terminal
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
usr
/
share
/
mysql-test
/
t
/
Filename :
flush2.test
back
Copy
# # Bug#17733 Flushing logs causes daily server crash # --source include/not_embedded.inc --source include/not_relay_log_info_table.inc flush logs; set global expire_logs_days = 3; show variables like 'log_bin%'; show variables like 'relay_log%'; flush logs; show variables like 'log_bin%'; show variables like 'relay_log%'; set global expire_logs_days = 0;