分类: Mysql/postgreSQL
2011-11-07 15:29:45
--port N Listen for MySQL on port number N (default 3306) ##指定端口
--verbose Show extra packet information ## 显示包的扩展信息
--tcp-ctrl Show TCP control packets (SYN, FIN, RST, ACK) ## 显示tcp包的状态
--net-hdrs Show major IP and TCP header values ##显示ip和TCP的头信息
--no-mysql-hdrs Do not show MySQL header (packet ID and length) ##不显示ip和TCP的头信息
--state Show state ## 显示状态
--v40 MySQL server is version 4.0 ##如果MySQL服务器版本是4.0 加上此参数
--dump Dump all packets in hex ##把输入dump成hex文件格式
--help Print this
命令使用模板
抓出所有MYSQL上接收到得SQL语句
mysqlsniffer –no-mysql-hdrs eth0 | grep COM_QUERY |