Skip Menu |

This queue is for tickets about the DBD-mysql CPAN distribution.

Report information
The Basics
Id: 8771
Status: resolved
Priority: 0/
Queue: DBD-mysql

People
Owner: Nobody in particular
Requestors: rsoft [...] ua.fm
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Cannot connect with DBI, DBD
I'm using MySQL 4.1 with ActivePerl 5.8.3 with DBI v1.46 and DBD-MySQL v 2.9003. When I try to connect: $dbh = "DBI:mysql:$db_Name:$db_Host:$db_Port"; $dbh = DBI->connect($dbh, $db_User, $db_Password); Error message: File 'C:\mysql\\share\charsets\?.conf' not found (Errcode: 2) Character set '#51' is not a compiled character set and is not specified in the 'C:\mysql\\share\charsets\Index' file What can I do? Please Help