mycli icon indicating copy to clipboard operation
mycli copied to clipboard

A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.

Results 162 mycli issues
Sort by recently updated
recently updated
newest added

install ``` pip3 install mycli ``` Operating system ``` $ cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) ``` command ``` $ which mycli /usr/local/bin/mycli ``` python version ``` $ python...

It will be impressive if there is any way to show progress with big queries like massive updates or deleted.

enhancement

`test/test_smart_completion_public_schema_only.py::test_auto_escaped_col_names` fails when run under sqlparse 0.4.3, but passes when run under sqlparse 0.4.2: Passes with sqlparse 0.4.2: ``` $ git checkout v1.26.1 && pip install -r requirements-dev.txt && pip...

Hi, I'm confused why there are 3 `Reconnecting` logs printed. ![20230119-110854](https://user-images.githubusercontent.com/9039012/213346328-f03ad186-0fab-4353-a677-2e875b1a8e70.png) I try to reproduce this case but failed. Could anyone give me some help reproducing this case? ``` Step1:...

The terminal show query results is awful when the table have so many fields. Can you do something like textual scrolling up and down and left and right to view...

I started seeing this error a month or two ago, when running mycli on the server: ``` % mycli -u myuser Connecting to socket /var/run/mysqld/mysqld.sock, owned by user mysql [Errno...

It'd be really nice if the program didn't pollute the home directory if a XDG directory for configuration files is available, typically `${HOME}/.config` and place the config file there. This...

While installing from `pip` , `mycli` works without any issues. But i tried to install using `apt` in my **Ubuntu 22.04** and it crashes with the below error. ``` MySQL...

for example,when I use sql to search table: select * from sm where name like "%helen%” ,the output highlight or colorize the "helen". or mycli has already has this ability,please...