Export unicode data from mysql

Posted by Nayn on Stack Overflow See other posts from Stack Overflow or by Nayn
Published on 2010-06-09T13:58:57Z Indexed on 2010/06/09 14:02 UTC
Read the original article Hit count: 296

Filed under:

Hi Folks, I have some data in one of my mysql table stored as utf8. The data is some japanese text. I need to export it to excel. Could you tell how to do it? Exporting by SELECT ... INTO OUTFILE returns some plain text file. I'm not sure how to read it back in excel so that japanese character would show properly

Thanks Nayn

© Stack Overflow or respective owner

Related posts about mysql