Re: How to use character_set_xxx in my.ini ?

2004-12-23 Thread Gleb Paharenko
Hello. I use my.ini in MySQL install directory On Windows, MySQL programs reads startup options from the following files: WINDIR\my.ini C:\my.cnf Use --defaults-file=/path/ command line option to specify exact location of my.ini file. Zimoo [EMAIL PROTECTED] wrote: Hello

Re: How to use character_set_xxx in my.ini ?

2004-12-22 Thread Gleb Paharenko
Hello. Put this string into [client] section of my.ini. Zimoo [EMAIL PROTECTED] wrote: Hello Gleb, Sunday, December 19, 2004, 10:02:58 PM, you wrote: Also you can put in your [client] section of my.cnf something like: default_character_set=gbk I use my.ini in MySQL

Re[2]: How to use character_set_xxx in my.ini ?

2004-12-21 Thread Zimoo
Hello Gleb, Sunday, December 19, 2004, 10:02:58 PM, you wrote: Also you can put in your [client] section of my.cnf something like: default_character_set=gbk I use my.ini in MySQL install directory, not my.cnf . My MySQL Server in windows services.msc is C:\Program

Re: How to use character_set_xxx in my.ini ?

2004-12-20 Thread Gleb Paharenko
Hello. You should carefully read chapters of manual related to the character sets. Use SET NAMES 'gbk' or SET character_set_client = 'gbk'; SET character_set_results = 'gbk'; SET collation_connection = 'gbk'; to specify character_set_client, character_set_result,

How to use character_set_xxx in my.ini ?

2004-12-19 Thread Zimoo
Hi All, I am a newbie and use MySQL 4.1.8 on Windows XP, I put my.ini in MySQL directory. When I add character_set_server = gbk to my.ini, everything is OK. The Server could normal startup. But when I add other character_set_xxx to my.ini, such as [mysqld]