abeizn commented on issue #6259: URL: https://github.com/apache/incubator-devlake/issues/6259#issuecomment-1765901079
Can you check the character set? SELECT character_set_name, collation_name FROM information_schema.columns WHERE table_schema = 'lake'; And please set CHARACTER_SET_NAME="utf8mb4" and COLLATION_NAME="utf8mb4_bin". related to https://github.com/apache/incubator-devlake/issues/6205 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
