在 PATH_TO_YOUR_PostGreSQL/data/pg_hba.conf 加上红色那行,重启postgre的service就能让其它人连你的数据库了。

host all all 127.0.0.1/32 md5
host all all 10.36.98.1/24 md5

相关文章:

  • 2021-08-31
  • 2021-08-11
  • 2021-11-08
  • 2021-11-19
  • 2021-11-23
猜你喜欢
  • 2022-12-23
  • 2021-04-17
  • 2022-12-23
  • 2022-01-29
  • 2021-12-05
  • 2021-08-23
相关资源
相似解决方案