Bug #76124 | Add option to set default loginpath | ||
---|---|---|---|
Submitted: | 3 Mar 2015 12:21 | Modified: | 17 Jul 2015 13:26 |
Reporter: | Daniël van Eeden (OCA) | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Command-line Clients | Severity: | S4 (Feature request) |
Version: | 5.7 | OS: | Any |
Assigned to: | Georgi Kodinov | CPU Architecture: | Any |
Tags: | login, loginpath, path |
[3 Mar 2015 12:21]
Daniël van Eeden
[17 Jul 2015 13:26]
Georgi Kodinov
Thank you for your reasonable feature request. One possible workaround is to use suffixes, e.g: d:\ade\git\mysql-5.7\bld\mysql-test>..\client\Debug\mysql_config_editor.exe set --login-path=client.suf --host=foo --user=bar d:\ade\git\mysql-5.7\bld\mysql-test>..\client\Debug\mysql_config_editor.exe print --all [client.suf] user = bar host = foo d:\ade\git\mysql-5.7\bld\mysql-test>..\client\Debug\mysql --defaults-group-suffix=.suf ERROR 2005 (HY000): Unknown MySQL server host 'foo' (2)