UTF-8 problem with Win32 and MySQL 4.1.10

Perl 5.8.6, DBI 1.47, DBD::mysql 2.9003, MySQL 4.1.10-nt

MySQL is configured to use UTF-8 as default charset.

This is the code:

use utf8;
use DBI;
use constant DBNAME => "mydb";
use constant DBHOST => "localhost";
use constant DBUSER => "me";
use constant DBPASS => "password";
my $dbh = DBI->connect("DBI:mysql:database=" . DBNAME . ";host=" .
DBHOST, DBUSER, DBPASS);

And this is the error I get:

File 'C:\mysql\\share\charsets\?.conf' not found (Errcode: 2)
Character set '#33' is not a compiled character set and is not specified
in the 'C:\mysql\\share\charsets\Index' file

As far as I'm aware, there has never been a charset #33. I have to admit
that I'm completely in the dark, here. Any ideas?

Thanks in advance,

Torben

--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules [at] m .gmane.org
Torben [ Fr, 11 März 2005 13:45 ] [ ID #689683 ]
Datenbanken » gmane.comp.db.mysql.perl » UTF-8 problem with Win32 and MySQL 4.1.10

Vorheriges Thema: [Fwd: Re: UTF-8 problem with Win32 and MySQL 4.1.10]
Nächstes Thema: Install on Mac os X 10.3.7