lkj107 发表于 2013-1-30 01:37:17

PostgreSQL数据库的密码丢失

解决方法: 首先打开data目录下的pg_hba.conf配置文件,找到: # IPv4 local connections: host all all 127.0.0.1/32 md5 然后把md5改成trust,重新启动。
页: [1]
查看完整版本: PostgreSQL数据库的密码丢失