Mabye it is something connected to my.ini definitions?

mysql> SHOW VARIABLES LIKE 'character%';
+--------------------------+------------------------------------------------
-----+
| Variable_name            | Value
|
+--------------------------+------------------------------------------------
-----+
| character_set_client     | latin1
|
| character_set_connection | latin1
|
| character_set_database   | latin1
|
| character_set_results    | latin1
|
| character_set_server     | latin1
|
| character_set_system     | utf8
|
| character_sets_dir       | C:\Program Files\Apache
Group\mysql\share\charsets/ |
+--------------------------+------------------------------------------------
-----+
7 rows in set (0.01 sec)


-thanks, Lorderon.


""Lorderon"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
>
> How do I search and index a TEXT column to use the UTF-8 charset?
> Do I need to define the FULLTEXT index or the column definition in a
special
> way?
> I tried to use it as usual as I use full-text search on English only, but
it
> seems not to match... (it's not the ft_min_word_len or the 50% treshold)..
>
> -thanks, Lorderon.
>
>



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to