Create README.md

readme
This commit is contained in:
liningwangyi
2018-08-09 15:28:11 +08:00
committed by GitHub
parent c246120a63
commit 7150539563
+8
View File
@@ -0,0 +1,8 @@
# pierced
钉钉内网穿透
TCP 穿透需要在数据库里面执行:
GRANT ALL PRIVILEGES ON *.* TO root@'%' IDENTIFIED BY '123456';
FLUSH PRIVILEGES;
数据库连接命令:
mysql -h vaiwan.com -u root -p -P 1234 //端口号地址