写点什么

TiDB 如何修改 alter-primary-key 参数

  • 2022 年 7 月 11 日
  • 本文字数:298 字

    阅读完需:约 1 分钟

作者: mengling2020 原文来源:https://tidb.net/blog/6ee632b8


最近遇到一个如何修改 alter-primary-key 参数的需求。在此记录一下。如果是生产环境,请谨慎操作。


操作版本:



1. 参数alter-primary-key描述。


2. 通过 TiDB 查询当前 alter-primary-config 的值。


mysql -uroot -proot -P 4000 -h {{TiDB-IP}} -e “show config where name like ‘%alter%’”



3. 通过 tiup cluster edit-config tidb-test 添加配置。tidb-test 为 cluster-name



4. 通过 tiup cluster reload tidb-test -R tidb 重新配置 tidb 组件。



5. 检查修改后的配置


mysql -uroot -proot -P 4000 -h {{TiDB-IP}} -e “show config where name like ‘%alter%’”



参数修改成功。


发布于: 刚刚阅读数: 2
用户头像

TiDB 社区官网:https://tidb.net/ 2021.12.15 加入

TiDB 社区干货传送门是由 TiDB 社区中布道师组委会自发组织的 TiDB 社区优质内容对外宣布的栏目,旨在加深 TiDBer 之间的交流和学习。一起构建有爱、互助、共创共建的 TiDB 社区 https://tidb.net/

评论

发布
暂无评论
TiDB如何修改alter-primary-key参数_TiDB 社区干货传送门_InfoQ写作社区