How to view mysql data in utf-8 ?
Posted by: garylin
Posted on: 2005-12-12 20:30:00
Hi,
I dump all my database data from other site into dreamhost mysql, and with charset like
') ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC
..
in create table sql.
Then I use mysql client 'Navicat' to browse the data. I found that the data I saw is in mess, not in utf-8 display even I set the connection charset to utf-8.
But it's ok to view utf-8 data in my original mysql database.
Is that because of the mysql setting in dreamhost ? Or how can I view utf-8 data by client?
Thanks.
Gary