重庆思庄Oracle、Redhat认证学习论坛
标题:
如何进入pg
[打印本页]
作者:
郑全
时间:
2019-5-31 09:33
标题:
如何进入pg
作为新手,安装好pg后,如何进入数据库?
直接在 root 用户下输入psql,结果报错了:
[root@localhost run]# psql
psql: FATAL: role "root" does not exist
原来需要切换到 pg的专用用户下去执行。
[root@localhost run]# su - postgres
[postgres@localhost ~]$ psql
psql (11.3)
Type "help" for help.
postgres=#
欢迎光临 重庆思庄Oracle、Redhat认证学习论坛 (http://bbs.cqsztech.com/)
Powered by Discuz! X3.2