# mysqlbinlog mysqlbinlog: unknown variable 'default-character-set=utf8' It's defined in /etc/mysql/mariadb.d/50-distro-client.cnf. If removed, mysqlbinlog works fine. dev-db/mariadb-10.2.22-r1::gentoo was built with the following: USE="backup innodb-lz4 innodb-lzo innodb-snappy pam perl server -bindist (-client-libs) -cracklib -debug -extraengine -galera -jdbc -jemalloc -kerberos -latin1 -libressl -mroonga -numa -odbc -oqgraph -profiling -rocksdb (-selinux) -sphinx -sst-mariabackup -sst-rsync -sst-xtrabackup -static -systemd -systemtap -tcmalloc -test -tokudb -xml -yassl" ABI_X86="(64)" CFLAGS="-mtune=native -O2 -pipe -frecord-gcc-switches -fno-strict-aliasing" CXXFLAGS="-mtune=native -O2 -pipe -frecord-gcc-switches -felide-constructors -fno-strict-aliasing"
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ccdea33765f7ff11b70a019e2cfd145d5c92b8b commit 8ccdea33765f7ff11b70a019e2cfd145d5c92b8b Author: Brian Evans <grknight@gentoo.org> AuthorDate: 2019-03-14 13:51:20 +0000 Commit: Brian Evans <grknight@gentoo.org> CommitDate: 2019-03-14 13:51:20 +0000 dev-db/mariadb: Fix config variable that could stop mysqldump Make the option loose such that those that use it will and ignored by others Closes: https://bugs.gentoo.org/680318 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Brian Evans <grknight@gentoo.org> dev-db/mariadb/files/my.cnf.distro-client | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Thanks