mysql - Encoding problem: ucs2_bin collate does not support cyrillic and greek languages -


i need store , compare text in several language in field of mysql database. actually, set uc2 character set , ucs_bin collate, , find not work cyrillic , greek characters.
how can solve problem? suggestion?
in advance
teodoro

use utf8 character set, collation utf8_unicode_ci -- robust combination (although slower using utf8_general_ci).


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -