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