Re: utf8 character show as ???
Avi Laviad wrote:
> everytime that i do :
> SET character_set_client = utf8
> SET character_set_connection = utf8
> SET character_set_results = utf8;
>
> it seems to change the values (i do show variables
> to check it out),
> but after i logout and login again it returns to
> be latin1...
> why is that?
The variables set by SET command are effective within the connection.
If you don't want to do this everytime, you can add default-character-set = utf8 in [mysql] section of my.cnf file (if you are using mysql client program)
By the way, to change these three variables, you can simply execute one statement :)
SET NAMES utf8;
Subject
Views
Written By
Posted
9689
February 13, 2005 10:00PM
6488
February 14, 2005 09:19PM
4643
March 03, 2005 06:58PM
4110
December 30, 2005 01:39AM
3794
February 28, 2006 03:41AM
7384
October 16, 2005 09:33PM
3450
October 16, 2005 10:25PM
3573
May 07, 2005 08:43AM
3195
May 20, 2005 04:56PM
Re: utf8 character show as ???
3313
May 20, 2005 09:08PM
3133
May 09, 2005 03:17PM
3347
May 10, 2005 10:19AM
3072
May 20, 2005 09:01PM
3871
May 25, 2005 07:50AM
3220
May 20, 2005 08:38PM
2848
June 10, 2005 11:17AM
4091
June 22, 2005 04:48PM
2848
June 28, 2005 01:48AM
2724
July 06, 2005 02:02AM
2900
December 15, 2005 05:13AM
2957
July 11, 2005 05:21PM
2689
July 11, 2005 05:55PM
2862
July 11, 2005 07:50PM
2708
October 31, 2005 12:22AM
2817
November 03, 2005 05:12AM
2456
July 27, 2005 02:56PM
2796
August 04, 2005 08:57AM
2415
December 08, 2005 03:14AM
2885
April 05, 2006 10:09AM
2959
April 07, 2006 03:47PM
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.