变色龙chameleon迁移MySQL数据到openGauss显示表名区分大小写不一致:MainProcess ERROR mysql_lib.py (304): The param lower_ca
·
执行
chameleon init_replica --config default --source mysql
报错:2024-05-07 10:22:21.874 MainProcess ERROR mysql_lib.py (304): The param lower_case_table_names=0 in MySQL and the param dolphin.lower_case_table_names=1 in openGauss are inconsistent, the migration exit. 0: case sensitive, 1: case insensitive, please set the same value.

在open Gauss安装目录下的data/single_node/postgresql.conf文件,vim该文件,将以下代码加到该文件末尾:(然后重启openGauss,重新执行chameleon)
dolphin.lower_case_table_names=0

鲲鹏昇腾开发者社区是面向全社会开放的“联接全球计算开发者,聚合华为+生态”的社区,内容涵盖鲲鹏、昇腾资源,帮助开发者快速获取所需的知识、经验、软件、工具、算力,支撑开发者易学、好用、成功,成为核心开发者。
更多推荐

所有评论(0)