The Unsolved Character Set Problem
I have a php-mysql project perfectly working on WindowsXP, PHP 4.3.6, MySQL 4.1.10. (Character set is UTF8_TURKISH_CI)
When I deployed it to the server I get the infamous errors:
'c:\mysql\share\charsets\?.conf' not found (Errcode: 22) Character set '#33' is not a compiled character set and is not specified in the 'c:\mysql\share\charsets\Index' file File 'c:\mysql\share\charsets\?.conf' not found (Errcode: 22) Character set '#33' is not a compiled character set and is not specified in the 'c:\mysql\share\charsets\Index' file
The database connection works well, but I can't display Turkish characters.
The server is Windows2000, PHP 4.x, MySQL 4.1
MySQL is installed in C:Program Files, and there is no such file llike ?.conf in it. Neither do I have it in my own XP system, but it works ok like I said.
I will be grateful, if anybody can help me.
Subject
Written By
Posted
The Unsolved Character Set Problem
April 20, 2005 05:05AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.