2006-12-01 09:49:19 +01:00
|
|
|
flush logs;
|
|
|
|
set global expire_logs_days = 3;
|
2007-03-04 23:09:24 +01:00
|
|
|
show variables like 'log_bin%';
|
2006-12-01 09:49:19 +01:00
|
|
|
Variable_name Value
|
|
|
|
log_bin OFF
|
|
|
|
log_bin_trust_function_creators ON
|
2007-04-13 19:23:02 +02:00
|
|
|
log_bin_trust_routine_creators ON
|
2006-12-01 09:49:19 +01:00
|
|
|
flush logs;
|
2007-03-04 23:09:24 +01:00
|
|
|
show variables like 'log_bin%';
|
2006-12-01 09:49:19 +01:00
|
|
|
Variable_name Value
|
|
|
|
log_bin OFF
|
|
|
|
log_bin_trust_function_creators ON
|
2007-04-13 19:23:02 +02:00
|
|
|
log_bin_trust_routine_creators ON
|
2006-12-01 09:49:19 +01:00
|
|
|
set global expire_logs_days = 0;
|