mycli is a command line interface for MySQL that includes
auto-completion and syntax highlighting. Read the install instructions to find out how to get the latest version.
Mycli 1.14.0 was released on December 22, 2017 and includes these changes:
Features
- Add a
watchcommand to repeat a query everyNseconds (defaults to 5) (Thanks: David Caro). - Default to unix socket connection if host and port are unspecified. This simplifies authentication on some systems and matches mysql behaviour. See the config documentation for more information on specifying connection information.
- Add positional parameters to favorite queries (Thanks: Scrappy Soft).
Bug Fixes
- Fix source command for script in current working directory. (Thanks: Dick Marinus).
- Fix issue where the
teecommand did not work on Python 2.7 (Thanks: Thomas Roten).
Internal changes
- Drop support for Python 3.3 (Thanks: Thomas Roten).
- Merge
_on_completions_refreshedand_swap_completer_objectsfunctions (Thanks: Dick Marinus).