#openGauss #入门 #安装 #数据库 #开源
知识来源:docs-opengauss.osinfra.cn/zh/
示例
使用如下命令检查数据库安全配置参数。
gs_checkse -i A -h plat1 -o /var/log/checkse
Performing operation system check/set. Output the result to the file /var/log/checkse.
Operation system check/set is completed.
Total numbers:10. Abnormal numbers:0. Warning numbers:2.
查看数据库安全配置参数检查结果。
vim /var/log/checkse
Checking items:
A1. [ Checking Connection configuration ] : Warning
A2. [ File directory security ] : Normal
A3. [ Security authentication configuration ] : Normal
A4. [ Account_password_management ] : Normal
A5. [ Permission management ] : Normal
A6. [ Database auditing ] : Normal
A7. [ Error reporting and logging configuration ] : Normal
A8. [ Backup configuration ] : Normal
A9. [ Runtime environment configuration ] : Warning
A10.[ Other configurations ] : Normal
#openGauss #入门 #安装 #数据库 #开源