Re: [exim] exim, mysql >= 4.1 and characters encoding

2008-08-07 Thread Arkadiusz Miskiewicz
On Thursday 07 August 2008, Darton Williams wrote: > On Thu, Aug 7, 2008 at 8:54 AM, Arkadiusz Miskiewicz <[EMAIL PROTECTED]> > wrote: > > I'm fetching some data from mysql with national characters. mysql needs > > to be told which character encoding client wants. It's done by query "SET > > NAMES

Re: [exim] exim, mysql >= 4.1 and characters encoding

2008-08-07 Thread Darton Williams
On Thu, Aug 7, 2008 at 8:54 AM, Arkadiusz Miskiewicz <[EMAIL PROTECTED]> wrote: > I'm fetching some data from mysql with national characters. mysql needs to be > told which character encoding client wants. It's done by query "SET NAMES > xyz" (like SET NAMES latin2). > > I wonder how to do that in

[exim] exim, mysql >= 4.1 and characters encoding

2008-08-07 Thread Arkadiusz Miskiewicz
Hi, I'm fetching some data from mysql with national characters. mysql needs to be told which character encoding client wants. It's done by query "SET NAMES xyz" (like SET NAMES latin2). I wonder how to do that in exim so all connections to mysql will have "set names" as first command. Is ther