Hello.


The general way to order a MySQL client to use some encoding

is to execute SET NAMES 'encoding'. See:

  http://dev.mysql.com/doc/mysql/en/charset-connection.html



But, as said at:

  http://bugs.mysql.com/bug.php?id=6982



Query Browser starts a new session for every new query, except when you

start a transaction. And your previous SET NAMES doesn't have

an effect. So, you may start a transaction, and then execute SET

NAMES. During all transaction your character_set_xxx variables

should have the same values.









Nagehan Sahin <[EMAIL PROTECTED]> wrote:

> [-- text/plain, encoding 7bit, charset: us-ascii, 8 lines --]

> 

> How can I configure Mysql Query Browser with charset latin5? 

> 

> Thanks..

> 

>                

> ---------------------------------

> Do you Yahoo!?

> Yahoo! Small Business - Try our new resources site! 



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