小编Gee*_*eek的帖子

Postgresql致命错误

我正在使用postgresql.错误地,我通过命令授予postgresql文件夹权限

chmod -R 777 /var/lib/postgresql/
Run Code Online (Sandbox Code Playgroud)

现在,当我尝试连接到postgresql时,它给了我以下错误.

The PostgreSQL server failed to start. Please check the log output:
2013-09-19 07:21:48 GMT FATAL:  data directory
"/var/lib/postgresql/8.4/main" has group or world access 2013-09-19
07:21:48 GMT DETAIL:  Permissions should be u=rwx (0700).
Run Code Online (Sandbox Code Playgroud)

尝试通过命令重启postgresql服务器

/etc/init.d/postgresql restart 
Run Code Online (Sandbox Code Playgroud)

但得到同样的错误.

我该怎么办?

postgresql

6
推荐指数
1
解决办法
6979
查看次数

标签 统计

postgresql ×1