Bug #82838 Change Master values should be settable in the config
Submitted: 2 Sep 2016 0:10
Reporter: Christopher Shumake Email Updates:
Status: Open Impact on me:
None 
Category:MySQL Server: Replication Severity:S4 (Feature request)
Version:5.7 OS:Any
Assigned to: CPU Architecture:Any
Tags: config, GTID, my.cnf, replication

[2 Sep 2016 0:10] Christopher Shumake
Description:
It'd be helpful to have a new section in the config for the replication session.

[replication_session]
master_user = foo
master_password = bar
master_host = 127.0.0.1
master_delay = 1800
master_heartbeat = 1
master_auto_position = 1
config_file_overrides_recorded_session_on_restart = 0 # default = 0.

etc.

How to repeat:
-

Suggested fix:
-