Re: Setting character-set-results or character-set-connection prevents mysqld from loading
Posted by: Florent Verschelde
Date: April 14, 2008 06:28AM

Ok, this is an auto-reply :(

It seems that the character-set-results and character-set-connection can't be set in the [mysqld] part of the config file. You have to put them in the [client] part.

This is what I did in the end:
[mysqld]
default-character-set=utf8
default-collation=utf8_general_ci
character-set-client=utf8

[client]
character-set-results=utf8
character-set-connection=utf8
It works fine (well, at least the mysql server does reload without a glitch).

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Setting character-set-results or character-set-connection prevents mysqld from loading
8832
April 14, 2008 06:28AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.