Re: problem with mysql encoding in data insertion
I had same problem.
This solved it:
on table with encoding problem make thie query
ALTER TABLE myTable MODIFY myColumn VARCHAR(666) CHARACTER SET utf8;
And everything will be ok (I hope, in my case it was :)
BR,
Vaclav
Subject
Views
Written By
Posted
7419
April 10, 2005 08:52AM
3686
April 14, 2005 05:23AM
6319
April 15, 2005 08:37AM
3920
May 07, 2005 08:06AM
6055
September 23, 2005 12:47AM
10471
October 08, 2005 03:20AM
4882
October 15, 2005 10:48AM
3694
November 27, 2005 12:33AM
Re: problem with mysql encoding in data insertion
3821
August 29, 2007 05:28AM
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.