[MDEV-26462] MariaDB 10.6.x set caratteri Created: 2021-08-23 Updated: 2021-08-25 Resolved: 2021-08-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Character Sets |
| Affects Version/s: | 10.6 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | DANILO GIULIANI | Assignee: | Sergei Golubchik |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
||||||||||||
| Issue Links: |
|
||||||||||||
| Description |
|
Con la versione 10.6 il set di caratteri utf8 è un alias di utf8mb3 e non più utf8mb4. poi nelle mie applicazioni in C# dopo la connessione eseguo la query: Così ho risolto, ma chiedo: With version 10.6 the utf8 character set is an alias of utf8mb3 and no longer utf8mb4. then in my applications in C # after the connection I execute the query: So I solved, but I ask: |
| Comments |
| Comment by Sergei Golubchik [ 2021-08-24 ] |
|
This is not a bug, better use mailing lists of zulip for asking questions (https://mariadb.org/contribute/). 0. The option in my.cnf doesn't work, because, as far as I understand, C# applications don't read my.cnf. But MDEV-26107 suggests to specify the charset as the connection option ;CharSet=utf8mb4 |
| Comment by DANILO GIULIANI [ 2021-08-25 ] |
|
I'm sorry but the change of character set, interrupting compatibility |
| Comment by Sergei Golubchik [ 2021-08-25 ] |
|
Yes, I just don't understand what you mean. What is "a choice during the setup phase" ? Setup of what? |
| Comment by DANILO GIULIANI [ 2021-08-25 ] |
|
When I talk about modifying the setup I mean the MariaDB setup: Danilo |