0

Currently I am working on a project where I am working on the library lending system openbiblio where I would like to work with umlauts, but I am getting the following error:

Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8mb4_general_ci,COERCIBLE) for operation 'like'

Error

Dharman
  • 30,962
  • 25
  • 85
  • 135
RSheetz
  • 21
  • 5
  • Does this answer your question? [Illegal mix of collations (utf8\_unicode\_ci,IMPLICIT) and (utf8\_general\_ci,IMPLICIT) for operation '='](https://stackoverflow.com/questions/11770074/illegal-mix-of-collations-utf8-unicode-ci-implicit-and-utf8-general-ci-implic) – aynber Dec 04 '19 at 15:34
  • How can i change the Entity from utf8 to iso8859-1? It would be difficult to modiefy the Database because some functions Needs iso885-1 to work correctly – RSheetz Dec 04 '19 at 15:42

1 Answers1

1

Problem solved, changed the encoding to UTF-8 in the database

RSheetz
  • 21
  • 5