sync: sql agent workspace updates

This commit is contained in:
2026-07-17 17:55:38 +08:00
parent a8c7a44c9f
commit 6182857554
19 changed files with 846 additions and 234 deletions
+6
View File
@@ -2,6 +2,12 @@
Skills define _how_ tools work. This file is for _your_ specifics — the stuff that's unique to your setup: camera names and locations, SSH hosts and aliases, preferred TTS voices, speaker/room names, device nicknames, anything environment-specific.
### MySQL 连接
- **本地 Docker**: `docker exec mysql mysql -u root -p"${MYSQL_PWD_SQL}" -D dmp_serp`
- **远程服务器**: `101.34.227.188:3306` / root / 5gynj20J(库:dmp_smdm,无 dmp_serp
- **密码环境变量**: `MYSQL_PWD_SQL=5gynj20J`(来自 .env
- ⚠️ **优先使用本地 mysql 客户端直接连接**,不要每次都用 `docker exec`
## Examples
```markdown