Re: MySQL + Collation (utf8_swedish_ci){urgent}
uff, hard to say. some hints where i would start:
- is it sure that data in the db changed after some days (client window not set to utf8 or such things..)
- is there a (web) application running some updates, perhaps with 'ArbetsförhÄllanden' being send to the server again in a different encoding? is the client-side encoding always set correctly (set names 'utf8')?
you can enable the binlog and use the command 'mysqlbinlog' - this way, you can watch out for queries that may cause data changes. however - depending on your binlog size - this is no fun.
Bernd
Subject
Written By
Posted
Re: MySQL + Collation (utf8_swedish_ci){urgent}
March 09, 2009 11:58AM
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.