
postgresql
谦卑的心
God love you!
展开
-
WARNING: sql version 9.2, server version 11.0.Some psql features might not work. Type "help" for
简单地说就是,你确实已经安装了11.0版本的数据库,但是psql脚本却是来自旧版本,本例中为9.2。如果不处理这个警告,对数据库进行操作时,有一些psql的特性会不能工作,比如修改密码是不会起作用的解决办法首先,我们查看psql的路径,结果为which psql然后,我们需要移除原有的路径,然后创建符号链接,创建新的路径,确保新的版本链接到默认的路径集。(需要使用root用户进...原创 2019-04-30 11:38:55 · 2482 阅读 · 0 评论 -
(code=exited, status=1/FAILURE) lock file "postmaster.pid" already exists,Failed tostart PostgreSQL
(code=exited, status=1/FAILURE),lock file "postmaster.pid" already exists,Failed to start PostgreSQL 11 database server.第一步:去postgresql的安装目录删除postmaster.pid该文件第二步:删除后重启postgresqlservice ...原创 2019-04-30 11:42:22 · 4421 阅读 · 0 评论