Uploaded image for project: 'Runtime'
  1. Runtime
  2. RUNTIME-2869

Change all mysql scripts of all plugins to UTF8MB4 encoding

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • 4.LATER
    • None
    • None
    • None
    • 1 - Middle term
    • 2 - Normal

      https://medium.com/@adamhooper/in-mysql-never-use-utf8-use-utf8mb4-11761243e434

      In short:
      MySQL’s “utf8mb4” means “UTF-8”.
      MySQL’s “utf8” means “a proprietary character encoding”. This encoding can’t encode many Unicode characters.

      The main issue is that we are using primary keys that become too long in utf8mb4 => we need to change

            Unassigned Unassigned
            raphael Raphaël Franchet
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: