#添加认证时查看帮助信息 shell> mysql_config_editor --help set shell> mysql_config_editor set --help
#添加认证信息 shell> mysql_config_editor set --login-path=client --host=localhost --user=localuser --password Enter password: enter password "localpass" here shell> mysql_config_editor set --login-path=remote --host=remote.example.com --user=remoteuser --password Enter password: enter password "remotepass" here