usage;
1
$ mysql_config_editor set --login-path=somelabel --port=someport --host=somehost --user=someuser --password
stores login details in an encrypted file
show all configurations stored in file
mysql_config_editor print --all
connect with ;
mysql --login-path=somelabel
..boom..