forums › forums › Monyog › Monyog Deployment › Monyog & Utf8
Tagged: character set, Monyog
- This topic is empty.
-
AuthorPosts
-
-
November 15, 2016 at 6:38 pm #35817
saksham_ahuja
ParticipantHello,
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.
-
November 16, 2016 at 9:08 am #35818
simonh
MemberSaksham,
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)
-
-
AuthorPosts
- You must be logged in to reply to this topic.