Re: Encoding problem...
Posted by:
Rick James
Date: August 06, 2010 11:01PM
If you could get to the my.cnf (my.ini), you could add
init_connect = 'SET NAMES utf8'
That would take care of it after the next restart.
As long as you can get to the database via php, please do
SELECT x, HEX(x), LENGTH(x), CHAR_LENGTH(x) FROM ... WHERE ...
and display the output. This will help diagnose what got stored.
Subject
Written By
Posted
Re: Encoding problem...
August 06, 2010 11:01PM
September 01, 2010 12:53PM
September 01, 2010 10:50PM
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.