Re: Help changing PERMANENTLY the charset_connection, reults and client variables
Posted by: Renich Bon Ciric
Date: September 07, 2005 09:03AM

Ok, this is what I did.

Edit my.cnf (located at etc... at least in fedora core 4)

add the following line to [mysqld] AND [mysql] sections in the cnf file.

default-character-set=utf8

The whole my.cnf file should look like this:

[mysqld]
default-character-set=utf8

[mysql]
default-charater-set=utf8

Obviously, there is some other data... but i don't wanna type it!

Well, if you check your variables with a:

$>mysql -u root -p
$>password:*******
mysql> show variables like '%char%'

you will see that everything changed to "utf-8"

My encoding problems have not ended with this, though... in fact, i have a lot of problems with table names and data with foreign characters...

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Help changing PERMANENTLY the charset_connection, reults and client variables
2529
September 07, 2005 09:03AM


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.