N grep

From Skytech
Revision as of 14:33, 13 January 2014 by Martin (talk | contribs) (Created page with "Category:Linux <pre> ngrep -d eth0 -i 'select' port 3306 # Show the query and results of 'select' queries going to your mysql server. Won't work on socket conns </pre>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


ngrep -d eth0 -i 'select' port 3306 # Show the query and results of 'select' queries going to your mysql server. Won't work on socket conns