hi,
I am working on linux platform....as soon as mysql is started then [binary_update_log_filename] is created...if I again restart mysql then new log file is created...
ie at first
[binary_update_log_filename].000001
and next
[binary_update_log_filename].000002
now is there any method to maintain same log file that is [binary_update_log_filename].000001 when I restart mysql ie not creating new binary file ie [binary_update_log_filename].000002 .