forums › forums › Monyog › Monyog Deployment › Monyog & Utf8
Tagged: character set, Monyog
- This topic is empty.
-
AuthorPosts
-
-
November 11, 2016 at 4:37 pm #13578simonhMember
Hi all,
I’m just trying out monyog on the test installation.
I can connect to many of our mysql/mariadb servers but we have a few where the default characters sets are utf8mb4. If I try and connect to them, the connection fails with the error:
Failed to connect to MySQL: Can't initialize character set unknown (path: compiled_in)Does anyone know if there’s a solution to this – I’ve done some googling and searching in this forum but couldn’t see anything.
This is the monyog trial .tar.gz downloaded today and running on Centos 7 linux
Thanks
-
November 15, 2016 at 6:38 pm #35817saksham_ahujaParticipant
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.
-
November 16, 2016 at 9:08 am #35818simonhMember
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)
-
-
AuthorPosts
- You must be logged in to reply to this topic.