当前位置:   article > 正文

【错误记录】psql: FATAL: role [User] does not exist_psql: fatal: role "polar" does not exist

psql: fatal: role "polar" does not exist

【错误记录】psql: FATAL: role [User] does not exist

这是因为 psql 默认是连接的当前用户名的数据库,字面意思就是当前用户名的数据库不存在,当然,PostgreSQL 默认会创建有三个数据库

postgres
template0
template1
  • 1
  • 2
  • 3

如果想连接当前用户名数据库,可以通过

createdb
  • 1

这条命令是默认创建一个以当前用户名为名称的数据,执行之后,就能通过 psql默认连接了

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/知新_RL/article/detail/913929
推荐阅读
相关标签
  

闽ICP备14008679号