当前位置: 代码迷 >> Java Web开发 >> postgresql启动服务有关问题
  详细解决方案

postgresql启动服务有关问题

热度:2802   发布时间:2013-02-25 21:17:20.0
postgresql启动服务问题
CST:LOG: could not create IPv6 socket: Address family not supported b protocol
CST:FATAL: could not open lock file "/tmp/.s.PGSQL.5432.lock": Permission denied

启动postgresql数据库服务时报错怎样解决


------解决方案--------------------------------------------------------
主要是看你".s.PGSQL.5432.lock"文件的权限,和你启动"postgresql"用户的权限是不是一致的
""/tmp/.s.PGSQL.5432.lock": Permission denied"..错误是这么说的
  相关解决方案