ubuntu16.0.4 安装postgreSQL
ubuntu 安装postgresQL
安装
(1)sudo apt-get install postgresql pgadmin3
修改密码 安装好之后会有一个默认的postgres的用户
(2)sudo -u postgres psql template1
(3)ALTER USER postgres with encrypted password 'a';
...
原创
2017-06-16 10:17:43 ·
151 阅读 ·
0 评论