> 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]
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
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
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
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\
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
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