Code Monkey home page Code Monkey logo

mysqlsniffetree's Introduction

MySQLSniffeTree

mysql语句审计工具

MySQL Sniffer 

      是一个基于360开源的 MySQL 协议的抓包工具,实时抓取 MySQLServer 端的请求,并格
      式化输出。输出内容包访问括时间、访问用户、来源 IP、访问 Database、命令耗时、返回数据
      行数、执行语句等。有批量抓取多个端口,后台运行,日志分割等多种使用方式.

      虽然我们可以打开MySQL的所有SQL语句记录设置,设置方法,在my.cnf的mysqld项下
      加入:log=/var/mysqllog/sql.log 但是这样做,會记录全部SQL查询,如果网站访问
      量很大,日志增长也会很快,容易导致硬盘满,也不方便分析SQL语句,同时也会增加数据
      库服务器负担。而MySQLSniffer可以不必生成日志文件,且可以跟踪特定的SQL查询,所
      以这时候就是MySQLSniffer发挥作用的时候

###ER建模图

###Mysql性能

Mysql workbench

mysqlsniffetree's People

Contributors

qiuqiuxiaomaomi avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.