文档中心MogDBMogDB StackUqbar
v3.1

文档:v3.1

支持的版本:

其他版本:

set子命令

该命令用于修改配置文件dbmind.conf中的参数值,与用户手动修改配置文件dbmind.conf一般无差异。例如修改配置目录confpath中的配置文件dbmind.conf中TSDB配置部分,host参数的值,并将其设置为127.0.0.1。则可通过下述命令实现:

gs_dbmind set TSDB host 127.0.0.1 -c confpath

在修改上述普通参数时,与手动修改配置文件dbmind.conf无差异。但由于DBMind的配置文件中不保存明文密码(如果用户使用明文密码,则DBMind会提示并退出),故当用户想要修改密码项时,有两种方法进行修改,一种是先修改dbmind.conf,并通过以下命令实现配置文件的重新初始化:

gs_dbmind service setup --initialize -c confpath

另一种方法则是直接通过set子命令进行设置,如:

gs_dbmind set METADATABASE password xxxxx -c confpath

img 说明:

  • 该命令对于字符串是大小写敏感的,如果输错则可能出现执行过程错误。
  • 由于set子命令涉及的参数值类型很多,故只会对设置值进行初步检查,用户需要保证输入值的内容正确,如某些值应为正整数而非负数。

命令参考

用户可以通过--help选项获得该模式的帮助信息,例如:

gs_dbmind set --help
usage:  set [-h] -c DIRECTORY section option target

positional arguments:
  section               which section (case sensitive) to set
  option                which option to set
  target                the parameter target to set

optional arguments:
  -h, --help            show this help message and exit
  -c DIRECTORY, --conf DIRECTORY
                        set the directory of configuration files

表 1 模块命令行参数说明:python dbmind/ set xxx

参数 参数说明 取值范围
-h, --help 帮助命令 -
-c,--conf 配置文件目录confpath -
section 设置区 -
option 设置项 -
target 设置值 -
Copyright © 2011-2024 www.enmotech.com All rights reserved.