Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
10.5.6
-
None
-
Ubuntu 20 LTS
Description
The installed /etc/mysql/mariadb.conf.d/50-client.cnf file contains:
[client]
default-character-set = utf8mb4
The mysqlbinlog client does not support the --default-character-set command line option, and thus it returns error:
/usr/bin/mysqlbinlog: unknown variable 'default-character-set=utf8mb4'
It is not possible to use mysqlbinlog without commenting out that option.
Attachments
Issue Links
- duplicates
-
MDEV-22981 Bad "default-character-set" option in [client] option group 50-client.cnf on Debian/Ubuntu
- Closed