Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Als Fehlermeldung erscheint im Middleware-Protokoll:

"Illegal mix of collations"

Code Block
languagesql
titleSQL-

...

Befehle zum Anpassen der Datenbankstruktur

...

ALTER TABLE s_payment_paypal_plus_payment_instruction
CHARACTER SET utf8
COLLATE     utf8_unicode_ci;


ALTER TABLE s_payment_paypal_plus_payment_instruction
MODIFY SET ordernumber VARCHAR(255) CHARACTER SET utf8
COLLATE     utf8_unicode_ci;


ALTER TABLE s_payment_paypal_plus_payment_instruction

...

CHARACTER SET utf8

...


MODIFY SET reference_number VARCHAR(255) CHARACTER SET utf8
COLLATE     utf8_unicode_ci;

Voraussetzungen bei der Verwendung von MariaDB

...