On Tuesday 01 April 2003 23:34, Pratchaya Chatuphian wrote:

> I use MDK 9.0 and use MySQL  installed with RPM Package
>
> How can i change or set new charset on mysql .
>
> Caz , i want to use tis620 charset  ..
>
> I live in thailand and must use  charset that i can sort my data correctly
> on my MySQL ... sir

Specify default-character-set=tis620 in my.cnf file or start MySQl server with 
--default-character-set=tis620 option:
        http://www.mysql.com/doc/en/Character_sets.html



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [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