用Oracle sql developer连接pq数据库

服务器:

服务器ip:端口/数据库名称?currentSchema=要链接的schema的名称&useUnicode=true&characterEncoding=utf-8&useSSL=false

例如:

6666666:5446/mydb?currentSchema=public&useUnicode=true&characterEncoding=utf-8&useSSL=false

账号:root

密码:root

注意:服务器不是直接输入6666666,而是需要连着后面的一长串

posted @ 2022-10-11 11:25  ivyJ  阅读(111)  评论(0)    收藏  举报