mycli v1.24.0 Release Notes

  • ๐Ÿ› Bug Fixes:

    • ๐Ÿ‘ Allow FileNotFound exception for SSH config files.
    • ๐Ÿ›  Fix startup error on MySQL < 5.0.22
    • Check error code rather than message for Access Denied error
    • ๐Ÿ›  Fix login with ~/.my.cnf files

    ๐Ÿ”‹ Features:

    • โž• Add -g shortcut to option --login-path.
    • Alt-Enter dispatches the command in multi-line mode.
    • ๐Ÿ‘ Allow to pass a file or FIFO path with --password-file when password is not specified or is failing (as suggested in this best-practice https://www.netmeister.org/blog/passing-passwords.html)

    Internal:

    • Remove unused function is_open_quote()
    • ๐Ÿ‘‰ Use importlib, instead of file links, to locate resources
    • โœ… Test various host-port combinations in command line arguments
    • Switched from Cryptography to pyaes for decrypting mylogin.cnf