# pierced **Repository Path**: sujeking/pierced ## Basic Information - **Project Name**: pierced - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-11-16 - **Last Updated**: 2025-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ``` cd windows_64 ding -config=ding.cfg -subdomain=szw 8080 那么域名就是 http://szw.vaiwan.com/ ``` # pierced 钉钉内网穿透 TCP 穿透需要在数据库里面执行: GRANT ALL PRIVILEGES ON *.* TO root@'%' IDENTIFIED BY '123456'; FLUSH PRIVILEGES; 数据库连接命令: mysql -h vaiwan.com -u root -p -P 1234 //端口号地址