Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
readme
  • Loading branch information
liningwangyi authored Aug 9, 2018
1 parent c246120 commit 7150539
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 //端口号地址

0 comments on commit 7150539

Please sign in to comment.