MySQL Forums
Forum List  »  General

character_set_xxx settings
Posted by: goyal_sunil
Date: January 23, 2005 11:04AM

I am using mysql4.1 on windows machine.

I want to set values for character_set_xxx values to utf8.
I added the following statement

default-character-set=utf8

to my.ini and restarted the msql server.

After that, I did "show variables" on mysql prompt, I got the following settings

character_set_client | latin1
character_set_connection | latin1
character_set_database | utf8
character_set_results | latin1
character_set_server | utf8
character_set_system | utf8
collation_connection | latin1_swedish_ci
collation_database | utf8_general_ci
collation_server | utf8_general_ci

Some values are set to utf8 and others are not. Is there any mechanism to set character_set_client, character_set_connection and character_set_results to utf8 by default ?

Options: ReplyQuote


Subject
Written By
Posted
character_set_xxx settings
January 23, 2005 11:04AM
January 23, 2005 07:12PM
January 24, 2005 07:45PM


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.