对于上下文:尝试将Twitter文本加载到MySQL数据库中。一些推文有utf8mb4字符,会抛出java.SQL.Exception。我解决了这个问题并感谢thispost.现在,Java代码运行没有错误;但是,我无法在我的table上执行简单的select*fromtest.tweet。我收到以下SQL错误:ErrorCode:045).Pleasereportcharsetnr(SQL代码:createtabletest.tweet(textvarchar(200)charactersetutf8mb4collateutf8mb4_unicode_cinotnull);Java代