Dont know how to select a few records from a table as utf8

Posted by kwokwai on Stack Overflow See other posts from Stack Overflow or by kwokwai
Published on 2010-05-05T10:01:50Z Indexed on 2010/05/05 10:38 UTC
Read the original article Hit count: 172

Filed under:

Hi all,

I don't have phpMyAdmin installed in my web site.

Sometimes I was doing some select SQL command at the backend,
but when I typed in this command to show all records from table Users:

select * from Users;


The records were printed as ???? | ??? ??? ??? |.

I don't want to make any permanent changes to the charset in the database,
so, how is it possible to temporarily displayed a few records as utf8 when needed?

© Stack Overflow or respective owner

Related posts about mysql