How can I programatically get a list of a particular mysql instance's binlogs? ie. the same information provided by
mysql> show binary logs;
update: version 5.6 / AWS Aurora preferred.
How can I programatically get a list of a particular mysql instance's binlogs? ie. the same information provided by
mysql> show binary logs;
update: version 5.6 / AWS Aurora preferred.