danhuawang commented on issue #4147: URL: https://github.com/apache/gravitino/issues/4147#issuecomment-2272488632
Alter the charSet in MySQL by: ``` ALTER TABLE COLUMNS_V2 CONVERT TO CHARACTER SET utf8; ALTER TABLE TABLE_PARAMS MODIFY PARAM_KEY varchar(256) CHARACTER SET utf8; ``` Then there's no garbled Chinese character. Close this issue. -- 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]
