Re: Collation bug in MySQL 4.1.6 ?
Install MySQL 5.1. Check if collation works. If it does, copy the character set definition file from 5.1 to your own server. Location of character set files can be determined by:
SHOW VARIABLES LIKE '%dir%';
This is the way i fixed collation issues for 4.1 for croatian language in latin2.
http://www.docplanet.org/mysql/ - My collection of MySQL tips and tricks
Subject
Views
Written By
Posted
2712
March 13, 2006 05:01PM
Re: Collation bug in MySQL 4.1.6 ?
1747
March 20, 2006 06:10AM
1752
April 25, 2006 02:50AM
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.