I have a table
create table friend(
f_code int(7) not null AUTO_INCREMENT,
c_name varchar(20), //Use to store Chinese Name
e_name varchar(50) //use to store English Name
);
 
in which table i set to use Charset (UTF-8).
But When i use "mysql>mysqldump -u myname -p mypwd telbook>book.txt", all string of 
table friend's c_name will become "?????".
 
any one face this promble before?
any one can get me some suggest,please?

必殺技、飲歌、小星星...
浪漫鈴聲  情心連繫
http://ringtone.yahoo.com.hk/

Reply via email to