Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 796209 - dev-db/mysql mysql client reject non-ascii characters
Summary: dev-db/mysql mysql client reject non-ascii characters
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-15 10:52 UTC by Pavel Riha
Modified: 2021-06-15 12:21 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (info.txt,6.64 KB, text/plain)
2021-06-15 10:53 UTC, Pavel Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Riha 2021-06-15 10:52:27 UTC
tested on 
mysql  Ver 8.0.23 for Linux on x86_64 (Gentoo Linux mysql-8.0.23)

it's not possible to type or paste non-ascii characters (ex. czech ščřž or chinese SELECT 'Chinese characters <汉字> are stripped';)

look's exactly like theese old bug reports 
https://bugzilla.redhat.com/show_bug.cgi?id=1187469
https://bugs.mysql.com/bug.php?id=76324
but this should be after 6 years fixed in 8.0.20, but I have 8.0.23 and it's not working

the problem is in mysql client console, not the database itself (phpmyadmin can store the characters)




Reproducible: Always
Comment 1 Pavel Riha 2021-06-15 10:53:06 UTC
Created attachment 716280 [details]
emerge --info
Comment 2 Pavel Riha 2021-06-15 10:55:12 UTC
tested on some my old servers with mysql 5.6 and 5.7 and there it is working
on two different instalation with 8.0.23 is not working