Follow is a part of my my.ini.
-----------------------------------------------------------------------------------------------------------
[client]

port=3306

default-character-set=utf8
-----------------------------------------------------------------------------------------------------------
If "default-character-set" can't set in "[client]"?


----- Original Message ----- 
From: "sheeri kritzer" <[EMAIL PROTECTED]>
To: "wangxu" <[EMAIL PROTECTED]>
Cc: <mysql@lists.mysql.com>
Sent: Friday, November 18, 2005 5:44 AM
Subject: Re: a question of specifying Times for Recovery


What does your my.cnf configuration for mysql say?  Check out:

http://dev.mysql.com/doc/refman/5.0/en/charset-connection.html

I think you want "character_set" as your variable, not "default_character_set".

Just my guess, not seeing any of your config files.

-Sheeri

On 11/16/05, wangxu <[EMAIL PROTECTED]> wrote:
> I specifying Times for Recovery with mysqlbinlog.
>
> Follow is my command:
>
> mysqlbinlog --database=menagerie --stop-data="2005-11-14 9:22:01" C:\Program 
> Files\MySQL\MySQL Server 5.0\data\1.000001 | mysql -uroot -p111111 menagerie
>
> Mysql server throw a exception:
>
> mysqlbinlog: unknown variable 'default-character-set=utf8'
>
> please help me.
> thanks

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to