[MDEV-30086] Character set 'utf8' is not a compiled character set and is not specified in the '/usr/share/mysql/charsets/Index.xml' file Created: 2022-11-24 Updated: 2023-04-07 Resolved: 2023-01-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Character Sets |
| Affects Version/s: | 10.6.11 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Mircea Brincovean | Assignee: | Unassigned |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Ubuntu 22.04 |
||
| Issue Links: |
|
||||||||||||||||
| Description |
|
From the change log for 10.6.11 :
The alias for charset utf8mb3 is set to utf-8 but the old charset name was utf8 (without -) From /usr/share/mysql/charsets/Index.xml |
| Comments |
| Comment by Sergei Golubchik [ 2022-11-27 ] | ||||||||||||
|
do you get an error? where? how? | ||||||||||||
| Comment by Neven Ivanov [ 2023-03-14 ] | ||||||||||||
|
Hi,
usage: put code in test_utf8_charset.pl and run: perl test_utf8_charset.pl Credentials are fake and non working ( error for utf8 is present before error for wrong credentials ). The credentials used in example are not actual so no security risk is present. Tested on Centos 7 with MariaDB 10.6.12 |