marcemv90 commented on issue #2073: URL: https://github.com/apache/incubator-devlake/issues/2073#issuecomment-1173484574
Hello @warren830 , see following: ```mysql use lake; SELECT @@character_set_database, @@collation_database; ```  Also our connection string is set to the following, in case it could be helpful: `mysql://user:[email protected]:3306/lake?charset=utf8mb4&parseTime=True` Thanks for your time! Regards. -- 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]
