# pierced **Repository Path**: codeManJiabing/pierced ## Basic Information - **Project Name**: pierced - **Description**: 钉钉内网穿透 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-30 - **Last Updated**: 2022-08-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pierced 钉钉内网穿透 TCP 穿透需要在数据库里面执行: GRANT ALL PRIVILEGES ON *.* TO root@'%' IDENTIFIED BY '123456'; FLUSH PRIVILEGES; 数据库连接命令: mysql -h vaiwan.com -u root -p -P 1234 //端口号地址