db is already utf8 (see below).
do I miss something else?

mysql> show variables like "%collation%";
+----------------------+-----------------+
| Variable_name        | Value           |
+----------------------+-----------------+
| collation_connection | utf8_general_ci |
| collation_database   | utf8_general_ci |
| collation_server     | utf8_general_ci |
+----------------------+-----------------+
3 rows in set (0.00 sec)

mysql> show variables like "%character%";
+--------------------------+---------------------------------------------------
-----+
| Variable_name            | Value
      |
+--------------------------+---------------------------------------------------
-----+
| character_set_client     | utf8
      |
| character_set_connection | utf8
      |
| character_set_database   | utf8
      |
| character_set_filesystem | binary
      |
| character_set_results    | utf8
      |
| character_set_server     | utf8
      |
| character_set_system     | utf8


Glenn Henshaw wrote:

> There is a  UTF-8 upgrade process described in the wiki  ( 
> http://www.mantisbugtracker.com/wiki/doku.php/mantisbt:upgrade_to_utf8 
>   ). It hasn't been integrated into the installer because it has  
> external dependencies and may only work for mySQL.
> 
>     ... Glenn
> 
> 
> 


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
mantisbt-help mailing list
mantisbt-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mantisbt-help

Reply via email to