MySQL Forums
Forum List  »  MySQL Query Browser

Cannot get SET NAMES working in the MySQL QB
Posted by: Albert
Date: March 15, 2005 04:35PM

Hi,

when I start NySQL Query Browser and execute in the browser's query window

SET GLOBAL character_set_server='cp1251'

it works OK and the server's character set is successfully changed. But if I try to execute

SET GLOBAL character_set_client='cp1251'

or

SET NAMES 'cp1251'

nothing is changed and the client's character set remains utf8. Can somebody help?

Options: ReplyQuote


Subject
Written By
Posted
Cannot get SET NAMES working in the MySQL QB
March 15, 2005 04:35PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.