sqlserver CDC 设置https://www.cnblogs.com/com-xiaolanchong/p/12766523.html[https://www.cn...
sqlserver CDC 设置https://www.cnblogs.com/com-xiaolanchong/p/12766523.html[https://www.cn...
create user XXXX identified by 'xxxxxxx'; GRANT SELECT ON ALL TABLES IN DATABASE xxxx...
查看端口占用的内存 jmap -heap 端口号
从https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/linux-64/[https://mirrors.tuna...
参考官网地址https://dolphinscheduler.apache.org/zh-cn/docs/3.2.1/guide/installation/pseudo-cl...
dbeaver不带执行脚本客户端,进入官网https://dbeaver.com/docs/dbeaver/Local-Client-Configuration/#local...
kafka修改完配置文件需要重启 停止服务 bin/kafka-server-stop.sh 启动服务 nohup ./kafka-server-start.sh ./../...
软件下载略过,直接进入安装 部署 到config目录下配置application.yml 选择元数据存储类型 ,我选pgsql编辑application-pgsql.yml,...
前期软件下载略过,直接进入部署 解压及配置 tar -xzvf xxxxxx.gz需要配置文件有conf/flink-conf.yaml、worker 、master 配置完...
pyHive 连接 hive数据库
修改主机/etc/hosts 修改主机/etc/sysconfig/network 若删除组:alter database drop standby logfile grou...
mysql更改密码报错GRANT ALL PRIVILEGES ON . TO 'root'@'%' IDENTIFIED BY 'mysql' WITH GRANT OPT...
-- 归档alter table ods_fact_sale_partion archive partition(sale_date='2010-04-12');-- 恢复...
SELECTa.attnum,c.relname,a.attname AS field,t.typname AS type,a.attlen AS length,a.attt...
hive -e "sql语句" hive -f "sql文件" 导入数据到hivehive> load data inpath 'xxxxxxxxxxxxxxxxx' ove...
基础 https://blog.csdn.net/s646575997/article/details/51469104[https://blog.csdn.net/s646...
1、我们都知道,samba是默认使用445端口进行通信2、因为 smb 服务本身就是主要针对 Windows 的,所以 445 端口被安排的明明白白。3、由于2017年5月,...
查看有没有安装MySQL: dpkg -l | grep mysql 安装MySQL: apt install mysql-server安装完成之后可以使用如下命令来检查是否...