GBase 8s
适配迁移
问答

GBase Mingration Toolkit mysql迁移完成后 GBase中有迁移的表重新连接后就报错

发表于2024-06-03 17:42:16183次浏览4个评论


【GBase版本】:

【操作系统】:

【CPU】:

【问题描述】*:

评论

登录后才可以发表评论
用户头像
liaosnet发表于 2年前
库未设置日志模式。。
参考:https://blog.csdn.net/weixin_47390342/article/details/135292841
用户头像
琳大大发表于 2年前
是因为建库的时候没带日志dbeaver爆出来的错,迁移前建库加上日志就不会报这个错了
create database ailin in datadbs1 with log;
或者修改下已经迁移完的这个库的日志模式
最佳回答
崔哥发表于 9个月前
嗯,只能说不错!
GBase用户51820发表于 2个月前
不清楚啊。