In an effort to set the default charset for a MySQL server to utf8, I've added the following options to my.ini
character-set-server=utf8
default-collation=utf8_unicode_ci
But when I start the mysql client, I get the following error message:
error: Found option without preceding group in config file: C:\dev\tools\mysql\my.ini at line: 2 Fatal error in defaults handling. Program aborted
Does anyone know what the right way to set the default charset in this config file is?