Versions Compared

Key

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

...

Note, it will try to give suggestions about what the problem could be.

Grouper and UTF-8

Info

utf8mb4 is not recommended because the database engines in MySQL/MariaDB that support transactions have limitations on the length of prefixes for indices. For InnoDB and XtraDB, the prefix is limited to 767 bytes. When using utf8mb4, where 4 bytes are used instead of 2, the prefixes used for some Grouper tables are too long.

 

For Grouper to handle UTF-8 characters:

...