Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Monyog & Utf8

forums forums Monyog Monyog Deployment Monyog & Utf8

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #35817
      saksham_ahuja
      Participant

      Hello,

       

       

      We tried reproducing the issue, but MONyog successfully connected to the server where default characters sets are utf8mb4. If you are still facing this issue, please create a support ticket at [email protected] and provide us with the following :

       

      1. The screenshot of the MySQL settings in MONyog after clicking on ‘Test Settings’ button.

      2. The output of the following queries from one of the MySQL servers where you are getting this error while registering on MONyog : 

       

          show variables like ‘%collation%’;

          show variables like ‘%character%’;

       

       

      Regards,

      Saksham Ahuja

      Team MONyog.

    • #35818
      simonh
      Member

      Saksham,

       I’ve attached a screenshot as requested

       

      [attachment=2082:monyog.jpg]

       

      Here are the results from the queries you requested:

       


      MariaDB [(none)]> show variables like '%collation%';
      +
      +
      +
      | Variable_name        | Value                  |
      +
      +
      +
      | collation_connection | utf8_general_ci        |
      | collation_database   | utf8mb4_unicode_520_ci |
      | collation_server     | utf8mb4_unicode_520_ci |
      +
      +
      +
      3 rows in set (0.00 sec)


      MariaDB [(none)]> show variables like '%character%';
      +
      +
      +
      | Variable_name            | Value                      |
      +
      +
      +
      | character_set_client     | utf8                       |
      | character_set_connection | utf8                       |
      | character_set_database   | utf8mb4                    |
      | character_set_filesystem | binary                     |
      | character_set_results    | utf8                       |
      | character_set_server     | utf8mb4                    |
      | character_set_system     | utf8                       |
      | character_sets_dir       | /usr/share/mysql/charsets/ |
      +
      +
      +
      8 rows in set (0.00 sec)

       

       

Viewing 1 reply thread
  • You must be logged in to reply to this topic.