Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 807 Bytes

README.md

File metadata and controls

29 lines (26 loc) · 807 Bytes

MysqlLogMonitor

这是一款专门为代码审计工作者开发的mysql日志实时监控 方便调试查看sql语法 #download git clone https://github.com/misskiki/MysqlLogmonitor.git

run

用法:python3 MysqlLogMonitor.py 用到的模块 pymysql,json,os,time 如果没有安装请 pip install 第一次使用需要配置你的mysql账户密码

    "name": "root",
    "pass": "root",
    "port": "3306",
    "dbname": "mysql",
    "host": "10.3.7.39"
}```
#环境
**在以下环境运行通过**
**win7—python3**
**mac—python3**
#注意事项
**代码27行 36行 根据当前操作系统更换**
**#if windows "//" or liunx "/"**


**author:misskiki--email:[email protected]**
**感谢这些开源的项目:https://github.com/TheKingOfDuck/MySQLMonitor**