0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

wireshark で mysql の query を眺める

Posted at

wireshark で mysql の query を眺める

redis-cli monitor みたいなことができると嬉しい。

wireshark が mysql のプロトコルに対応してるみたいなので、
Filter に mysql and tcp.dstport eq 3306 って指定してやると、投げたクエリが抽出できる。

長すぎると表示が [truncated] ってなって削られてしまうので、

  • hexのペインで見る
  • 右クリック -> Copy -> Value でクリップボードに入る

のどっちかで確認するとよいと思う。

Screenshot from 2015-06-16 11:07:32.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?