mariadb-container icon indicating copy to clipboard operation
mariadb-container copied to clipboard

mysql cli cannot input utf8

Open ibotty opened this issue 4 years ago • 1 comments

Hi!

Using centos/mariadb-102-centos7 I cannot input utf8-characters in the cli:

> oc rsh mariadb-....
sh-4.2$ export LC_ALL=en_US.UTF-8
sh-4.2$ mysql -u root --default-character-set=utf8
MariaDB [(none)]>

In that prompt I now cannot enter any non-latin1-character, not directly (with keyboard) and not by copy-paste.

ibotty avatar Jun 28 '20 14:06 ibotty