[PHP] PHP/MYSQL Connection trouble (charset)

2005-12-26 Thread Christian Ista
Hello,


I Have MySQL 4.1.14 and 5.0.15 installed on my Windows XP Pro SP2.

There are installed in D:\Tools\MySQL\MySQL Server 4.1.14 and MySQL Server
5.0.15 for the version 5. They work on port 3306 and 3307.

When I try a DB connection, I receive this error:

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 Resource id #5

I tried several solution from this :
http://dev.mysql.com/doc/refman/4.1/en/problems-with-character-sets.html

but no result.

Could you help me ?

Thanks,

Christian,


___
Christian Ista
http://www.cista.be

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] PHP/MYSQL Connection trouble (charset)

2005-12-26 Thread Christian Ista
 From: Christian Ista [mailto:[EMAIL PROTECTED] 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 Resource id #5

I answer to myself.

In fact I reinstall MySQL 4.x in the same directory with latin as default
charset and that's work now :)

Christian,
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php