Files
obsidian_note/各种项目/团队项目/团队内部工具/数据库/Dbeaver.md
2025-12-04 09:12:56 +08:00

28 lines
632 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
### ssh 代理 通道 设置
![[企业微信截图_16716838564669.png]]
![[企业微信截图_16716839231210.png]]
* nacos增加本地配置覆盖nacos数据库连接本地通过dbeaver开通一个本地隧道然后连过去
![[企业微信截图_16716839586375.png]]
```yml
spring:
cloud:
config:
override-none: true
allow-override: true
override-system-properties: false
```
## Mysql 导入 utf incorrect
>https://www.cnblogs.com/Code-Rain/p/16401190.html
```
--default-character-set=utf8mb4
```
## ssh 穿透 大力 proxifier
![[Proxifier v3.42中文版.exe]]