Unable to use cyrillic characters in mysql console
Posted by: Ruslan Ishtuganov
Date: December 13, 2018 03:19AM

I'm running MySQL in a docker with the command:

docker run --name mysql2 -e MYSQL_ROOT_PASSWORD=******* -d mysql --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci

then I go the MySQL console with:
exec -it mysql2 mysql -uroot -p*********

while I'm in the console I can't use cyrillic (russian) characters. When I switch to Russian locale and try to type anything, the console just ignores keypresses, nothing is displayed on the screen. But when I switch to English locale, everything starts working again.

What can I do to solve this problem?

Options: ReplyQuote


Subject
Views
Written By
Posted
Unable to use cyrillic characters in mysql console
1365
December 13, 2018 03:19AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.