mycli
mycli copied to clipboard
How to set mycli character encoding set?
I get the data in my mysql server cli normally, but the data through mycli is garbled.
Hi!
Currently the best way is to set
[client]
default-character-set = utf8mb4
in ~/.my.cnf.
But in #915, @seamile is also working on a --charset CLI option to change the character set for individual connections.