关于Mysql8 collation utf8mb3_general_ci 支持
andyinp opened this issue · 0 comments
andyinp commented
描述您想要的功能:
业务需要支持 utf8mb3_general_ci collation 支持,使用的镜像版本:hanchuanchuan/goinception:v1.3.0 ,查看该最新镜像暂无 utf8mb3_general_ci 的支持。
#500 查看已支持其他排序字符集,但无 utf8mb3_general_ci
报错如下:
time="2023/08/29 10:55:14.586" level=error msg="s.innodbLargePrefix: true " file=session_inception.go func=mysqlServerVersion line=1804
time="2023/08/29 10:55:14.714" level=error msg="con:1 解析失败! [ddl:1273]Unknown collation: 'utf8mb3_general_ci'" file=session_inception.go func=executeInc line=220
描述您考虑过的解决/替代方案:
希望可以增加对排序集utf8mb3_general_ci 的支持。
可参考文档,资料,引用等: