mycli icon indicating copy to clipboard operation
mycli copied to clipboard

A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.

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

Hi, On Windows 10, without cygwin, mycli installation is uneventful. But when run, the script throws an error: ` File "${USERHOME}\appdata\local\programs\python\python39\lib\site-packages\configobj.py", line 1517, in _decode infile[i] = line.decode(encoding) UnicodeDecodeError: 'utf-8'...

What is the current behavior: 1. If I type `select * from use`, the first suggestion is `user_devices` and the 11th is `user` (with backticks for this one), then other...

Affected version: `mycli-1.24.1.dist-info` Issued line content: `from cli_helpers.utils import strip_ansi` Suggested fix: `import strip_ansi` ``` Traceback (most recent call last): File "/usr/local/bin/mycli", line 5, in from mycli.main import cli File...

**OS:Window10 Python:3.9 Mycli:1.24.1** ![image](https://user-images.githubusercontent.com/49816387/111894130-2699fd00-8a43-11eb-8309-6e2a453f3bc7.png)

Multi-line queries have a prompt_continuation (or not currently, due to issue 681, but that's beside the point). But even with prompt_continuation set to an empty string, it starts the next...

enhancement
easy

I tried this on my `.my.cnf` ```cnf [client] pager = pspg -X --quit-if-one-screen ``` But `mysqldump` doesn't like it.

In mycli, managing the config has been challenging for awhile since we have five places a user can configure their experience, three of which are config files. 1. The `~/.my.cnf`...

enhancement

``` ➜ ~ sudo apt-get install mycli Reading package lists... Done Building dependency tree Reading state information... Done mycli is already the newest version (1.8.1-2). ``` Is it possible to...

Hi, When outputting results in CSV format using the `--csv` option results in numeric values become enclosed in double-quotes. For example `mycli ... --csv -e "select int_column, float_column, string_column from...

Hi, I'm new to using mycli and have noticed that it does not seem to cope well with some complex passwords. A few of the MySQL user accounts that I...