【 使用环境 】生产环境 or 测试环境
【 OB or 其他组件 】
【 使用版本 】
【问题描述】清晰明确描述问题
【复现路径】问题出现前后相关操作
【问题现象及影响】
(conn=6052) Unknown collation: ‘utf8mb4_unicode_ci’ Query: create database if not exists exporter
character set utf8mb4 collate
已配置:
mysql_to_obmysql.charset.mapping
[{
“mysql_to_obmysql.collation.mapping”:[
{
“collation”:“gb2312_chinese_ci”,
“mappedCollation”:“gb18030_chinese_ci”
},
{
“collation”:"",
“mappedCollation”:“utf8mb4_general_ci”
}
],
“mysql_to_obmysql.charset.mapping”:[
{
“charset”:“gb2312”,
“mappedCharset”:“gb18030”
},
{
“charset”:"",
“mappedCharset”:“utf8mb4”
}
]
}]
【附件】