Versions Compared

Key

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

...

The collation for the database has to be set to AL32UTF8.

...

MySQL Server

Lower case table names needs to be active:

Code Block
lower_case_table_names = 1

MySQL Server needs to be set to:

Code Block
set log_bin_trust_function_creators =1

...