Am 18.11.2011 04:31, schrieb Martin Mueller:
> [mysqld]
> init_connect=’SET collation_connection = utf8_general_ci’
> init_connect=’SET NAMES utf8′
> default-character-set=utf8
> character-set-server=utf8
> collation-server=utf8_general_ci
> skip-character-set-client-handshake

> On a Mac with MySQL 5.5.17 this produces the error
>  [ERROR] /usr/local/mysql/bin/mysqld: unknown variable
> 'default-character-set=utf8'


character-set-server = utf8
collation-server     = utf8_general_ci

and done

"default-character-set" is an older option, was long time deprecated
and removed - you should NEVER paste options in your configs only
because some random guy say they do what you want before you
read the manuals what they are doing


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to