> 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 "?????".

Have you tried:
mysqldump --default-character-set=utf8 -u myname -p mypwd telbook>book.txt

If that doesn't work, which version of MySQL are you using?


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to