It seems that you have a script that creates a mysql connection
with the charset. utf8mb4_unicode_ci
And your mysql does not know this charset.
1115 Unknown character set: 'utf8mb4_unicode_ci'; Query:SET character_set_connection = utf8mb4_unicode_ci
Solutions:
Edit the connection string.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…