Re: default connection and client character set changing
Posted by: Raphael Meynier
Date: March 23, 2007 02:52AM

Hi !

In your MySQL install directory you have a file my.ini or my.cnf.
In this file change the value of default-character-set with your character-set.

You can change the default client character set with this query
set names 'character-set'
This query change :
character_set_client
character_set_connection
character_set_results

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: default connection and client character set changing
7317
March 23, 2007 02:52AM


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.