[Koha] MySQL and utf8
Serhij Dubyk
Serhij Dubyk
Wed Oct 3 18:58:25 NZST 2007
Beda Szukics-2 wrote:
>
> init-connect = 'SET NAMES utf8'
> character-set-server=utf8
> collation-server=utf8_general_ci
> in my.cnf in the section [mysqld]
> Some of the variables suggested remain still latin1
>
Try add more:
[mysql]
default-character-set=utf8
[mysqld]
init-connect = ‘SET NAMES utf8’
default-character-set=utf8
character-set-server=utf8
collation-server=utf8_unicode_ci
--
View this message in context: http://www.nabble.com/MySQL-and-utf8-tf4557490.html#a13013819
Sent from the Koha - Discuss mailing list archive at Nabble.com.
More information about the Koha
mailing list