MySQL Forums
Forum List  »  General

Re: Memory usage keeps growing after upgrading to mysql 5.7.22
Posted by: Suanty Rose
Date: July 19, 2018 05:10AM

Excuse me, will it be related to the collation configuration?
The configured collation is utf8mb4_unicode_ci, but the collation of the table is utf8mb4_general_ci.

Root@mysql215 19:06: [ugcdata]> show global variables like '%collation%';
+----------------------+--------------------+
| Variable_name | Value |
+----------------------+--------------------+
Collation_connection | utf8mb4_unicode_ci |
Collation_database | utf8mb4_unicode_ci |
Collation_server | utf8mb4_unicode_ci |
+----------------------+--------------------+

Options: ReplyQuote


Subject
Written By
Posted
Re: Memory usage keeps growing after upgrading to mysql 5.7.22
July 19, 2018 05:10AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.