当前位置:网站首页>Even PostgreSQL problem: expected authentication request from server, but received V
Even PostgreSQL problem: expected authentication request from server, but received V
2022-07-29 02:21:00 【Ruo Miaoshen】
List of articles
( One ) The phenomenon
Some one Linux Virtual machine C++ The program could not connect PostgreSQL14 database ️
Report errors :expected authentication request from server, but received v
The following phenomena were observed :
- The same program on the same host , Change local connection openGauss3.0.0 The database is normal .
- On the same host Java The program can connect normally PostgreSQL14 database .
- Other virtual machines / Other programs of the physical machine can be connected normally PostgreSQL14 database .
( Two ) analysis
In fact, it took a long time to understand ……
Through the analysis of , The virtual machine is installed openGauss3.0.0 Server side .
Set up :export LD_LIBRARY_PATH=$GAUSSHOME/lib:$LD_LIBRARY_PATH
Lead to C++ The program didn't find the Library PostgreSQL The library of , Instead, I found it by mistake openGauss The library of ,
( 3、 ... and ) solve
- Don't put openGauss Add the Library Directory of
LD_LIBRARY_PATH, however openGauss The server cannot be started . - perform C++ Users of the program , And installation openGauss User separation of , Prevent interference with each other .
边栏推荐
- [electronic components] zener diode
- Related function records about string processing (long-term update)
- Quanzhi t3/a40i industrial core board, 4-core [email protected] The localization rate reaches 100%
- 响应式织梦模板化妆美妆类网站
- 即时通讯场景下安全合规的实践和经验
- webview攻击
- 连PostgreSQL问题:expected authentication request from server, but received v
- 点击回到顶部js
- 「活动推荐」冲冲冲!2022 国际开源节有新内容
- [cloud native and 5g] micro services support 5g core network
猜你喜欢
随机推荐
Understand the working principle of timer in STM32 in simple terms
leetcode 242. Valid Anagram(有效的字母异位词)
Qt源码分析--QObject(4)
特殊流&Properties属性集实例遇到的问题及解决方法
WebView attack
基于C51控制蜂鸣器
Control buzzer based on C51
Related function records about string processing (long-term update)
记一次 ERROR scheduler.AsyncEventQueue: Dropping event from queue shared导致OOM
Kubesphere-多节点安装
向量相似度评估方法
Mathematical modeling -- Optimization of picking in warehouse
The problem of modifying the coordinate system of point cloud image loaded by ndtmatching function in autoware
Anti crawler mechanism solution: JS code generates random strings locally
数据安全与隐私计算峰会-安全求交集在隐私计算中的发展和应用:学习
表单校验 隐藏的输入框 显示才校验
开启TLS加密的Proftpd安全FTP服务器安装指南
在Qt中如何编写插件,加载插件和卸载插件
弹性布局 单选
Internet of things development -- mqtt message server emqx






