RE: character_set_xxx

2007-04-20 Thread Edward Kay
> How can I change character_set_xxx variables in MySQL 4.1.x in Linux? SET NAMES '' http://dev.mysql.com/doc/refman/4.1/en/charset-connection.html Edward -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

character_set_xxx

2007-04-19 Thread Behrang Saeedzadeh
Hi, How can I change character_set_xxx variables in MySQL 4.1.x in Linux? Regards, Behrang -- Behrang Saeedzadeh http://www.jroller.com/page/behrangsa http://my.opera.com/behrangsa -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http

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: > Hel

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

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 Files\MySQL\bin\

Re: How to use character_set_xxx in my.ini ?

2004-12-20 Thread Gleb Paharenko
t; wrote: > 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_xx

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, su