We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Oh, and that also happens when docker exec-ing to the container directly. It's not openshift's oc doing strange things.
Sorry, something went wrong.
No branches or pull requests
Hi!
Using centos/mariadb-102-centos7 I cannot input utf8-characters in the cli:
In that prompt I now cannot enter any non-latin1-character, not directly (with keyboard) and not by copy-paste.
The text was updated successfully, but these errors were encountered: