Comment 0 for bug 1197524

Revision history for this message
Roman Vynar (roman-vynar) wrote :

Hello,

We are using mysqlbinlog 5.6 to pull binlogs in real time from a remote server.
However, mysqlbinlog does not recognize ssl options from my.cnf:

[root@db1 /home/percona]# /usr/local/rdba/bin/mysqlbinlog --no-defaults -V
/usr/local/rdba/bin/mysqlbinlog Ver 3.3 for linux-glibc2.5 at x86_64
[root@db1 /home/percona]# /usr/local/rdba/bin/mysqlbinlog
/usr/local/rdba/bin/mysqlbinlog: unknown variable 'ssl-ca=/etc/pki/tls/certs/mysql/ca-cert.pem'

Related bug http://bugs.mysql.com/bug.php?id=41975

Can we have this fixed in 5.6 at least?
Thanks.