摘要:
CentOS redhat linux: Download source: a.解压源码.tar -zxvf postgresql-14.0.tar.gz -C /optb.cd到刚解压的目录cd /opt/postgresql-14.0/c.安装依赖包:yum install readline-d 阅读全文
摘要:
1.查看sqlserver占用了哪此端口--查询端口号exec sys.sp_readerrorlog 0, 1, 'listening'; 2.查看端口号对应的进程(PID) netstat -ano|findstr "<端口号>" netstat -ano|findstr "1433" 也可以在 阅读全文
摘要:
转自:https://mp.weixin.qq.com/s/CL86YqZshU_frLp_3tUJVw 1. sqlserver查看实例级别的信息,使用SERVERPROPERTY函数 select SERVERPROPERTY ('propertyname') 2. 查看实例级别的某个参数XX的 阅读全文
只有注册用户登录后才能阅读该文。 阅读全文
只有注册用户登录后才能阅读该文。 阅读全文
只有注册用户登录后才能阅读该文。 阅读全文
只有注册用户登录后才能阅读该文。 阅读全文
只有注册用户登录后才能阅读该文。 阅读全文
只有注册用户登录后才能阅读该文。 阅读全文