码迷,mamicode.com
首页 > 数据库 > 详细

Postgresql 帐号密码修改方法

时间:2016-11-25 17:22:09      阅读:238      评论:0      收藏:0      [点我收藏+]

标签:class   new   rom   post   linux   sdn   帐号   XML   密码   

  1. 1.Linux环境下  
  2. #su  postgres   
  3. -bash-3.2$psql -U postgres   
  4. postgres=#alter user postgres with password ‘new password‘;  
  5. postgres=#\q  

come from :http://blog.csdn.net/starnight_cbj/article/details/7332422

Postgresql 帐号密码修改方法

标签:class   new   rom   post   linux   sdn   帐号   XML   密码   

原文地址:http://www.cnblogs.com/seasonzone/p/6101814.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!