"David Perron" <[EMAIL PROTECTED]> wrote:
> Is there a way to change the default mysql encoding to be something else,
> say UTF-16LE at the session level?

MySQL doesn't support UTF-16LE.

If you want to set up connection character set you can:
        - execute SET CHARACTER SET from the client
        - run mysql client with --default-character-set option (or put this option to 
the my.cnf file)

http://www.mysql.com/doc/en/Charset-connection.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