023.PGSQL-修改数据库连接认证加密方式后报错处理authentication method 10 not supported PostgresSQL

 

 

改回原来的 trust

023.PGSQL-修改数据库连接认证加密方式后报错处理authentication method 10 not supported PostgresSQL

 

 

 

 

 

 

查看用户加密算法

show password_encryption ;

select * from pg_authid  

SELECT rolname,rolpassword FROM pg_authid WHERE rolcanlogin;

SELECT name,setting,source,enumvals FROM pg_settings WHERE name = 'password_encryption';

023.PGSQL-修改数据库连接认证加密方式后报错处理authentication method 10 not supported PostgresSQL

 

 


 

相关文章:

  • 2022-12-23
  • 2021-04-30
  • 2022-12-23
  • 2021-04-19
  • 2022-01-18
  • 2021-11-13
  • 2022-12-23
  • 2021-07-06
猜你喜欢
  • 2021-12-12
  • 2021-08-02
  • 2021-08-17
  • 2021-05-19
  • 2021-12-08
  • 2022-12-23
  • 2021-08-17
相关资源
相似解决方案