Uploaded image for project: 'FreePBX'
  1. FreePBX
  2. FREEPBX-18614

Default collation of the mariadb schemas is latin1 instead of utf8

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Minor
    • Resolution: Duplicate
    • Affects Version/s: 14
    • Fix Version/s: None
    • Component/s: CDR Reports
    • Labels:
      None
    • ToDo:

      Description

      Hello,

      Please change the default collation of the mariadb from latin1 to utf8.

      In Freepbx13 the default collation is correct (utf8).

       

      Here is the output from my latest 14 version:

      
      MariaDB [asteriskcdrdb]> select default_character_set_name from information_schema.schemata where schema_name = "asteriskcdrdb";
      +----------------------------+
      | default_character_set_name |
      +----------------------------+
      | latin1                     |
      +----------------------------+
      1 row in set (0.00 sec)MariaDB [asteriskcdrdb]> select default_character_set_name from information_schema.schemata where schema_name = "asterisk";     
      +----------------------------+
      | default_character_set_name |
      +----------------------------+
      | latin1                     |
      +----------------------------+
      1 row in set (0.00 sec)
      

      And here is the output from the latest 13 version:

      
      mysql> select default_character_set_name from information_schema.schemata where schema_name = "asteriskcdrdb";
      +----------------------------+
      | default_character_set_name |
      +----------------------------+
      | utf8                       |
      +----------------------------+
      1 row in set (0.00 sec)mysql> select default_character_set_name from information_schema.schemata where schema_name = "asterisk";     
      +----------------------------+
      | default_character_set_name |
      +----------------------------+
      | utf8                       |
      +----------------------------+
      1 row in set (0.00 sec)
      

      Thank you,

      Daniel Friedman

      Trixton LTD.

        Gliffy Diagrams

          Attachments

            Issue Links

              Activity

                People

                • Assignee:
                  Unassigned
                  Reporter:
                  danielf danielf
                • Votes:
                  0 Vote for this issue
                  Watchers:
                  4 Start watching this issue

                  Dates

                  • Created:
                    Updated:
                    Resolved:

                    NextupJiraPlusStatus

                    Error rendering 'slack.nextup.jira:nextup-jira-plus-status'. Please contact your Jira administrators.