Postgresql常用命令汇总
摘要:
sudo -u postgres psql #进入postgresql ALTER USER postgres WITH password 'postgres'; #修改postgres用户密码 psql -h 192.168.68.17 -p 5432 -U cmdbuild #远程连接命令 cr 阅读全文
posted @ 2019-12-20 17:27 标配的小号 阅读(657) 评论(0) 推荐(0) 编辑