Re: MySQL 4.1.10 and utf8

Jan Kratochvil <[email protected]>
Newsgroups gmane.comp.db.mysql.perl
Message-ID <[email protected]>
Hi,

On Mon, 27 Jun 2005 19:04:46 +0900, [email protected] 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

-- 
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe:    http://lists.mysql.com/[email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.