getting this error message in ubuntu. in pg_hba.conf file, I tried using 'ident','peer','trust','md5' in different times.but no go. please help.
相关问题
- Why doesn't php sleep work in the windows-subs
- Installing Pydev for Eclipse throws error
- Error building gcc 4.8.3 from source: libstdc++.so
- what's the role of libopenssl-ruby?
- Python psycopg2 cursor.fetchall() returns empty li
相关文章
- 为什么nfs在不同版本的Linux下安装的文件都不一样
- How to install tablefunc in postgres on Mac OS X?
- Incompatible JavaHl library loaded
- Python - Node.js (V8) runtime is not available on
- Ubuntu graphviz 'sfdp' not working
- Gearman , php extension problem : Class 'Gearm
- Decrease the tabs bar height in gnome terminal
- Get warning messages through psycopg2
It might be came from malicious traffic, check if the logs repeated almost each seconds like below
Lets verify TCP Traffic on port 5432 using tcpdump command
If this is the case then set firewall rules and necessary securities to combat bots or unwanted traffics.
in your pg_hba.conf
if it does not work then try with
then restart your data base it will work fine
If the username and password are correct then
md5
is the correct value. Make sure you restart the database process or at least have it reload the configuration after modifyingpg_hba.conf
.I noticed that I've created my user with an expiration date of yesterday. It also gave me the password error. I've opened pgadmin3 and in the users list at the bottom I've changed the expiration date of the problematic user.