Re: How can I permanently change collation_server to utf8_unicode_ci, not utf8_general_ci?
Posted by: Peter Gulutzan
Date: October 29, 2006 12:08PM

If you wish, you can start the server with
--character-set-server=utf8 --collation-server=utf8_unicode_ci
as described in the MySQL Reference Manual, section
"10.3.1. Server Character Set and Collation".
http://dev.mysql.com/doc/refman/5.0/en/charset-server.html

You might also want to read section
"4.3.2. Using Option Files"
http://dev.mysql.com/doc/refman/5.0/en/option-files.html

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How can I permanently change collation_server to utf8_unicode_ci, not utf8_general_ci?
8928
October 29, 2006 12:08PM


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.