Re: How to set the default connection collation in config file?
Posted by: Shuichi Tamagawa
Date: August 23, 2005 03:40PM

You can do it by adding a option like this.
For init_connect variable, see http://dev.mysql.com/doc/mysql/en/server-system-variables.html

[mysqld]
init_connect='set collation_connection=utf8_unicode_ci'

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How to set the default connection collation in config file?
15623
August 23, 2005 03:40PM


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.