Re: Full-text search of exact phrase problem
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.
Subject
Views
Written By
Posted
12549
October 11, 2007 03:35PM
6121
October 25, 2007 06:44AM
5408
October 28, 2007 08:03AM
5167
October 29, 2007 04:19AM
6345
October 30, 2007 12:25PM
Re: Full-text search of exact phrase problem
5505
November 01, 2007 06:16AM
4980
November 03, 2007 03:03PM
4409
November 08, 2007 04:14AM
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.