
# DROP GLOBAL CONFIGURATION
#### 功能描述
删除系统表gs_global_config中的参数值。
#### 注意事项
- 仅支持数据库初始用户运行此命令。
- 参数名称不能为weak_password、undostoragetype。
 
#### 语法格式
```
DROP GLOBAL CONFIGURATION name [, ...];
```
#### 参数说明
- **name**
  参数名称必须是gs_global_config中已经存在的，删除不存在的参数将报错。
  
 
#### 相关链接
[ALTER GLOBAL CONFIGURATION](https://support.huaweicloud.com/distributed-devg-v3-gaussdb/gaussdb-12-0467.html#ZH-CN_TOPIC_0000002235390289)
