hanchuanchuan / goInception

一个集审核、执行、备份及生成回滚语句于一身的MySQL运维工具
https://hanchuanchuan.github.io/goInception/
GNU General Public License v3.0
1.6k stars 545 forks source link

关于Mysql8 collation utf8mb3_general_ci 支持 #603

Open andyinp opened 11 months ago

andyinp commented 11 months ago

描述您想要的功能: 业务需要支持 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

@hhyo

描述您考虑过的解决/替代方案: 希望可以增加对排序集utf8mb3_general_ci 的支持。

可参考文档,资料,引用等: