摘要:
postgresql遠程連接報錯 qsds@myhost:~> export PATH=$PATH:/data/10postgresql/9.6/binqsds@myhost:~> psql -p 5555 -h xxxx -U postgres qrdbpsql.bin: FATAL: no pg
閱讀全文
摘要:
【1】創(chuàng)建file_fdw create extension file_fdw; create server server_file_fdw foreign data wrapper file_fdw; [2] 建立外部表 就以test01表為例; create foreign table test
閱讀全文
摘要:
【1】suse linux查詢端口占用情況查詢 $ netstat -anp | grep :22 tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1666/sshd # -a 顯示所有活動的TCP連接,以及正在監(jiān)聽的TCP和UDP端口 # -n 以數(shù)字形式表示地址和端口號,
閱讀全文
摘要:
參考:http://t.zoukankan.com/mingfan-p-14003075.html 關于.pgpass 對數(shù)據(jù)庫的大多數(shù)訪問(包括psql程序)都通過libpq庫進行。該庫包含一項功能,如果指定一個名為.pgpass的文件(或PGPASSFILE引用的文件),則可以在其中放置以用戶身
閱讀全文
摘要:
原文鏈接:https://blog.csdn.net/qq_35149088/article/details/121348350 PostgreSQL允許遠程訪問的設置方法:進入windows下postgresql安裝目錄下data目錄中1、修改/var/lib/pgsql/10/data/pg_h
閱讀全文
摘要:
1:centos安裝netstat包 yum -y install net-tools 2:centos7.X不會自帶zip、unzip程序。所以安裝unzip,zip命令如下: yum install -y zip unzip
閱讀全文
摘要:
轉自:http://www.rzrgm.cn/xzlive/p/16093670.html 版本信息: CentOS版本:CentOS-7-x86_64-Minimal-1810 PostgreSQL版本: PostgreSQL 10.10, 64-bit 第一部分:PostgresSQL的
閱讀全文
摘要:
CentOS7安裝Telnet服務 1.在安裝Telnet前先檢查系統(tǒng)是否安裝了telnet-server和xinetdrpm -qa telnet-serverrpm -qa xinetd2.如果沒有安裝,則開始安裝yum -y install telnet-serveryum -y instal
閱讀全文