Hi Gleb,
The problem was with the JDBC Connect string, earlier it was;
jdbc:mysql://localhost:1/db1?useUnicode=true&characterEncoding=utf8
I changed that to:
jdbc:mysql://localhost:1/db1?useUnicode=true&characterEncoding=UTF-8
and it works now.
thanks,
Ramesh
On Fri, 26 Nov 2004 13:53:
Hello.
What output produced
show variables like '%char%';
show variables like '%colla%';
You should also set utf8 as server character set.
See:
http://dev.mysql.com/doc/mysql/en/Charset-defaults.html
Ramesh Vadlapatla <[EMAIL PROTECTED]> wrote:
> Hi,
>
> In my.cnf, I have:
> [my