Hello.
> `key` varchar(255) character set utf8 collate utf8_bin NOT NULL
^^^^^^^^^^^^^^^
Field's character set should be latin1 as well. Change it.
>
> The default charset of the slave table is latin1, the same on the
> master.
>
> Slave Table create statement:
> =============================
> CREATE TABLE `sum_day_key_requests` (
> ...
> `key` varchar(255) character set utf8 collate utf8_bin NOT NULL
> default '',
> ...
> ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
>
> which is identical with the Master create statement:
>
> CREATE TABLE `sum_day_key_requests` (
> ...
> `key` varchar(255) character set utf8 collate utf8_bin NOT NULL
> default '',
> ...
> ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
>
> Marco
>
> ----
> Marco Poehler
> http://www.kontaktlinsen-preisvergleich.de
>
> Am Montag, den 18.07.2005, 21:34 +0300 schrieb Gleb Paharenko:
>
>
--
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Gleb Paharenko
/ /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED]
/_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.NET
<___/ www.mysql.com
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]