在某项目适配中有用到达梦数据库,网上查过相关资料,此版本以支持达梦数据库。
首次使用大小写不敏感的数据库进行连接nacos启动日志一直提示找不到对应的表名称
使用小写表名启动时:提示找不到对应表
com.alibaba.nacos.api.exception.NacosException: Nacos Server did not start because dumpservice bean construction failure :
errCode: 103, errMsg: [MapperManager] Failed to find the table ,tableName:config_info_aggr
使用大写表名启动时:提示找不到对应表
com.alibaba.nacos.api.exception.NacosException: Nacos Server did not start because dumpservice bean construction failure :
errCode: 103, errMsg: [MapperManager] Failed to find the table ,tableName:config_info_aggr
现象如上,模式名大小写不一致则会存在其他报错,例如找不到模式名,或者数据库配置异常
后续实在找不到问题原因,只能怀疑是nacos包的问题,重新下载后导入无论大小写是否敏感均可正常连接😅
文章
阅读量
获赞
