MySQL Forums
Forum List  »  Full-Text Search

Re: Full-text search of exact phrase problem
Posted by: Anton Staykov
Date: November 01, 2007 06:16AM

Hm ..
Interesting, I am using utf8_general_ci for Bulgarian (cyrilic) and it has no problems at all. BUT, the right way to work with it (I think) is:
my.ini (my.cnf) under [mysqld] section: default-character-set=utf8
Then the default collation for the database, also to be utf8
Then the dafault collation for the table, also to be utf8
Then the default collation for the column, also to be utf8
Then the default collation for the CONNECTION also to be utf8

WOW ....
If any of these is not true, than I am also in BIG trouble.

Options: ReplyQuote


Subject
Views
Written By
Posted
12710
October 11, 2007 03:35PM
Re: Full-text search of exact phrase problem
5578
November 01, 2007 06:16AM


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.