Home mysql-keeping-your-password-safe
Post
Cancel

mysql-keeping-your-password-safe

use mysql_config_editor

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..

This post is licensed under CC BY 4.0 by the author.