postgresql – postgres的密码
在简短版本的postgres安装它告诉我做以下
./configure gmake su gmake install adduser postgres mkdir /usr/local/pgsql/data chown postgres /usr/local/pgsql/data su - postgres /usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data /usr/local/pgsql/bin/postgres -D /usr/local/pgsql/data >logfile 2>&1 & /usr/local/pgsql/bin/createdb test /usr/local/pgsql/bin/psql test 现在我创建了postgres用户,但它有时会询问该用户的凭据. postgres用户是否有默认密码?为什么我甚至需要制作另一个用户?
What’s the default superuser username/password for postgres after a new install?:
(编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |