reconnect_for_binlog() does not read credentials files.
Bug #1571703 reported by
fraff
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MySQL Data Dumper |
Triaged
|
Low
|
Max Bubenick |
Bug Description
when using --binlogs, mydumper fails to reconnect for binlogs:
# mydumper -B mysql
# mydumper --binlogs -B mysql
** (mydumper:22181): CRITICAL **: Failed to re-connect to database: Access denied for user 'root'@'localhost' (using password: NO)
Thanks to Snoyes at freenode for solving it.
To post a comment you must log in.
Thanks for the report and patch, I will merge this patch as its an small one, but please remember that we are deprecating the --binlog option as we can use now mysqlbinlog.