MySQL Forums
Forum List  »  Other Migration

Re: Import unicode excel file to MySQL database problem showing ???? instead
Posted by: Devart Team
Date: July 07, 2010 12:14AM

Try this -
SET NAMES utf8;
SELECT * FROM table_name;

Devart Company,
MySQL management tools
http://www.devart.com/dbforge/mysql/

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Import unicode excel file to MySQL database problem showing ???? instead
3639
July 07, 2010 12:14AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.