I upgraded to mysql 5.6.13 and thought I would try the new -login-path function.
I configure using "mysql_config_editor set --login-path=local --host=localhost --user=user --password"
After entering the password in the prompt, I see that everything is with "mysql_config_editor print --all"
When I do "mysql_config_editor --login-path=local" I **always** get "ERROR 1045 (28000): Access denied for user 'user'@'localhost' (using password: YES)"
If I add "-p" to the end, for example, "mysql_config_editor --login-path=local -p" , I will be asked to enter a password and it will be connected successfully ... huhhh !?
editor mysql config
user2880858
source share