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]
character_set_database = gbk
collation_database = gbk_bin
character_set_results = gbk
character_set_client = gbk
character_set_connection = gbk
collation_connection = gbk_bin
Then, I could not start my MySQL server.
How should I use these character set server variables?
Could I use them in my.ini file or just in mysql client window like:
mysql>set character_set_results = gbk ?
Thanks in advance.
--
Zimoo
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]