Kittiphum Worachat <[EMAIL PROTECTED]> wrote:
> Victoria Reznichenko wrote:
>>Kittiphum Worachat <[EMAIL PROTECTED]> wrote:
>>>Try to set character set to other not latin1 with MySQL 5  (windows 
>>>binary) it not work can some one tell me how to do this.
>>
>>If you want to set character set on the server level, you should start mysqld with 
>>--default-character-set option:
>>       http://www.mysql.com/doc/en/Charset-server.html
>>
>>What exactly doesn't work for you?
>>
>>
> Thanks but it still not work  if I start like that
> 
> mysqld-nt --default-character-set =tis620

Starts fine for me from command line:

C:\mysql\bin>mysqld-nt.exe --default-character-set=tis620 --standalone --console
040122 14:36:50  InnoDB: Started; log sequence number 0 43634
mysqld-nt.exe: ready for connections.
Version: '5.0.0-alpha-nt'  socket: ''  port: 3306

> 
> server alway gone away  (can not start service )  it  work fine if I set 
> to latin-1 or not set anything  this problem never occur with v.4.0.17
> 

If you start MySQL server as a service, specify default-character-set option in the 
option file.


-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com





-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to