使用GBase 8a数据库,System.log日志里报 World-writable config file‘/home/gb

使用GBase 8a数据库,System.log日志里报 World-writable config file‘/home/gbase/GBase/config/gbase_8a_gbase8a.cnf’ is ignored 是为什么?

你好,GBase 8a 数据库 文件或整个目录的属性默认是640或600属性,如果报配置文件被忽略,可能是配置文件,被误设置成777属性导致的。

所以通过chmod 修改文件或整个目录的属性为 640 或 600 就可以了