diff --git a/README.md b/README.md index 8f7331e..2542a05 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ done # 已知问题 1. 负载均衡节点抓包时,无法根据 host:port 来获得 id,user,db 等信息,只能在 parse2file 时使用 -defaultuser -defaultdb 手工指定 2. mycat 节点抓包时,无法获取到 user 信息,只能在 parse2file 时 -defaultuser 手工指定 +3. 上游是 prepare 预编译 SQL 时,解析出来的 SQL 无法执行,在 sql-replay 时这部分 SQL 在数据库中会报错 # 感谢[@plantegg](https://plantegg.github.io/)大佬分享的抓包方法 [就是要你懂抓包](https://plantegg.github.io/2019/06/21/%E5%B0%B1%E6%98%AF%E8%A6%81%E4%BD%A0%E6%87%82%E6%8A%93%E5%8C%85--WireShark%E4%B9%8B%E5%91%BD%E4%BB%A4%E8%A1%8C%E7%89%88tshark/)