mysqlbinlog: unknown option '--ssl'
Posted
by
Stefan Lasiewski
on Server Fault
See other posts from Server Fault
or by Stefan Lasiewski
Published on 2010-08-26T22:14:18Z
Indexed on
2011/02/21
7:26 UTC
Read the original article
Hit count: 589
I am running FreeBSD 7. running MySQL 5.1.36 from ports.
I am trying to check some data in the MySQL binary log files, and I get the following error:
# mysqlbinlog mysql-bin.000021
mysqlbinlog: unknown option '--ssl'
In addition, I can't even view the help for this command:
# mysqlbinlog --help
mysqlbinlog: unknown option '--ssl'
Why does mysqlbinlog
not know about the option ssl
?
This server was compiled with SSL, and ssl
is activated in the my.cnf
configuration file. We use SSL for remote connections, but I am running this command on the local host.
© Server Fault or respective owner