首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Java Web开发 >

postgresql启动服务有关问题

2012-06-30 
postgresql启动服务问题CST:LOG: could not create IPv6 socket: Address family not supported b protoco

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"..错误是这么说的

热点排行