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

I want to output my sql query results to a csv file,So I used this command: `\T csv ; \o ./export.csv ; SELECT 1,2,3;` Opening this file with a text...

mycli: ![image](https://user-images.githubusercontent.com/23135552/43388765-93cc9e52-941c-11e8-9d79-9a847deafe5d.png) the original mysql client: ![image](https://user-images.githubusercontent.com/23135552/43388843-ca66c172-941c-11e8-81df-38fe614ba4d8.png)

enhancement
help wanted

I am using `mycli` to export a MySQL database to a CSV. A small portion of UUIDs are being malformed, which entirely breaks our use case. ## Repro steps Within...

how to set default limit ? other client will be set default limit ~ for example sequel pro "Preferences -> Tables -> Limit result to : 1000 rows " ,...

Would it be possible to have code snippets, like common queries. I find myself typing this a lot over course of the day: `SELECT X, Y FROM TABLE WHERE Z...

When I use `mycli -h host -u user` for a remote access, it shows the error: **unicodedecodeerror: 'utf-8' codec can't decode byte 0xa8 in position 52: invalid start byte** For...

When I did something wrong, I can only see MySQL server error without SQL state code. This may lead to hardship in debugging.

When i paste command to origin mysql console with return, it can execute immediately But i paste command to mycli console with return, i need type return to execute

Errors should indicate something that makes the program not run as expected; this error appears even when it has no effect on the program's functionality. This error message should be...

``` Terminal: Alacritty MySQL: 8.0.27 mycli: 1.24.1 ``` Hey, I was testing out `mycli` and it's really an awesome tool but there's one thing that is bugging me. Take a...