-
As per https://stackoverflow.com/a/50082287/211453:
The issue you reported is related to the changes introduced in MySQL 8.0.1 wrt the character sets and collations support, with the addition of now being 'utf8mb4' the default char set. Such changes broke the way Connector/J initializes connections.
As you know this was fixed in Connector/J 5.1.41 and I'm sure you already updated your library.
I updated MySQL dependency from 5.1.40 to 5.1.41 to make sure Tigase works well with newer MySQL databases.
-
Bumping
mysql-connector-java
to5.1.47
because of additional, following issues:Unable to load authentication plugin 'caching_sha2_password'.
("Starting with MySQL 8.0.4, they have changed the default authentication plugin for MySQL server from mysql_native_password to caching_sha2_password.")Unknown system variable 'query_cache_size'
Type |
Bug
|
Priority |
Normal
|
Assignee | |
RedmineID |
8676
|
Version |
tigase-server-8.0.0
|
Spent time |
0
|
Issue Votes (0)
Watchers (0)
From https://tigase.tech/boards/4/topics/8265-tigase-8-mysql-server-connectivity-issue: