Jump to content

collation_connection issue


random1

Recommended Posts

Part of my my.ini file is:

 

[client]
port=3306
collation_connection=utf8_unicode_ci
default-character-set=utf8
[mysql]
collation_connection=utf8_unicode_ci
collation_database=utf8_unicode_ci
default-character-set=utf8
[mysqld]
port=3306
basedir="C:/webserver/mysql/"
datadir="C:/ProgramData/MySQL/MySQL Server 5.5/Data/"
user=mysql
collation_server=utf8_unicode_ci
character-set-server=utf8
init_connect='SET collation_connection = utf8_unicode_ci; SET NAMES utf8;'
skip-character-set-client-handshake

 

However when I check the server when running collation_connection = utf8_general_ci.

 

Any ideas what I'm missing here? How can I set this value globally?

 

BTW I'm running MySQL Server 5.5.

 

Reference: http://dev.mysql.com/doc/refman/5.1/en/server-system-variables.html#sysvar_collation_connection

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.