Hi Because I use non English characters I used: ALTER DATABASE `db_name` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci
but now, when I want to insert some values into the database, I get the error: (1267, "Illegal mix of collations (utf8_general_ci,IMPLICIT) and (latin1_swedish_ci,COERCIBLE) for operation '='") How can I solve that? Thank you for help L.B.