List:MySQL and Perl« Previous MessageNext Message »
From:Jan Kratochvil Date:June 27 2005 10:36am
Subject:Re: MySQL 4.1.10 and utf8
View as plain text  
Hi,

On Mon, 27 Jun 2005 19:04:46 +0900, birgit.kellner@stripped wrote:
...
> I updated a linux box from MySQL 4.1.5 to 4.1.10,

Not sure of 4.1.5, I went mostly 3.23.58->4.1.11.

...
> - apply utf8-patch to DBD-mysql (http://lists.mysql.com/perl/3563)

Be sure to also enable this patch:
	DBI->connect(...,
			"mysql_enable_utf8"=>1,
			);

...
> LC_CTYPE is set to "de.DE.UTF-8". 

And use testing client like
	mysql --default-character-set=utf8 ...
and/or /etc/my.cnf:
	[mysql]
	default-character-set=utf8


HTH,
Lace
Thread
MySQL 4.1.10 and utf8birgit.kellner27 Jun
  • Re: MySQL 4.1.10 and utf8Jan Kratochvil27 Jun
    • Re: MySQL 4.1.10 and utf8birgit.kellner27 Jun