pg启动异常could not open lock file "/tmp/.s.PGSQL.5432.lock":
时间:2017-09-28 23:52:54
收藏:0
阅读:1350
今天安装postgres,启动异常:could not open lock file "/tmp/.s.PGSQL.5432.lock":
修改tmp权限,chown -R postgres:postgres /tmp
启动成功。
原文:http://bilibili.blog.51cto.com/7121987/1969436
评论(0)