Versions Compared

Key

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

...

For MySQL database, if you are setting it over a new database using the Setting Up Database wizard, the default collate is now utf8mb4_unicode_ci instead of utf8_unicode_ci in Joget DX 7.

Info
titleDisabling Auto Collation

From Joget DX 8.0.11 onwards, should you wish to disable the auto collation, you can add the following parameter in the Joget startup batch file, in JAVA_OPTS

Code Block
-Dwflow.collationChecking=false


Updating Joget DX 8 Using jw.war

...