Re: mysqlbinlog: unknown variable 'default-character-set=utf8'
Posted by: Matthew Stephens
Date: January 18, 2008 03:06PM

Move the default-character-set=utf8 line below the [mysql] or [mysqld] sections of your my.cnf file. mysqlbinlog reads variables under [client], but not [mysql]. Your command-line client and/or browser reads the [client] AND [mysql] sections of the config file.

BTW, mysqlbinlog can take a specified character set, if you use the --set-charset=charset_name (>5.0.23) option.

Best of luck.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: mysqlbinlog: unknown variable 'default-character-set=utf8'
27810
January 18, 2008 03:06PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.