0 • dehydration • 11个月前 • 225次点击
如题,antdb数据库连接时,出现“adb: could not connect to server: No such file or diadb: could not connect to server: No such file or directoryt”后,该怎么操作?
解决方式
未指定数据库监听端口。adb 需要指定 -p 选项 或 在环境变量添加 PGPORT=xxx
adb -p xxx -d xxx -U xxx
积分:50
解决方式
未指定数据库监听端口。
adb 需要指定 -p 选项 或 在环境变量添加 PGPORT=xxx
adb -p xxx -d xxx -U xxx