justsimple has asked for the wisdom of the Perl Monks concerning the following question:

Hello,
when I am accesing mysql database with:
DBIx::Recordset->Setup($db);
I get this error message:

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

But even so I get all info from database and I don't have any problems. But I would like to know what is not allright??

How should I fix this? ( now my warning log is huge :( )

janitored by ybiC: Removed nasty, unclosed <pre> tag, minor format cleanup

Replies are listed 'Best First'.
Re: errcode 22 accesing mysql database
by tachyon (Chancellor) on Jul 14, 2004 at 13:03 UTC