MySQL Forums
Forum List  »  General

Re: character_set_xxx settings
Posted by: website-mysql
Date: January 24, 2005 06:38PM

I believe this is not true.

you can add this to your ini /my.cnf file

[client]
default-character-set=utf8

and the result is this:
mysql> status
--------------
mysql Ver 14.7 Distrib 4.1.9, for unknown-freebsd5.3 (i386)

Connection id: 1
Current database:
Current user: root@localhost
SSL: Not in use
Current pager: stdout
Using outfile: ''
Using delimiter: ;
Server version: 4.1.9-log
Protocol version: 10
Connection: Localhost via UNIX socket
Server characterset: utf8
Db characterset: utf8
Client characterset: utf8
Conn. characterset: utf8
UNIX socket: /tmp/mysql.sock

Options: ReplyQuote


Subject
Written By
Posted
January 23, 2005 11:04AM
January 23, 2005 07:12PM
Re: character_set_xxx settings
January 24, 2005 06:38PM
January 24, 2005 07:45PM


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.