Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/J0hnWalker/MysqlMonitor
Mysql 语句执行记录监控
https://github.com/J0hnWalker/MysqlMonitor
Last synced: 21 days ago
JSON representation
Mysql 语句执行记录监控
- Host: GitHub
- URL: https://github.com/J0hnWalker/MysqlMonitor
- Owner: J0hnWalker
- Created: 2020-04-26T08:37:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-06T01:28:34.000Z (over 4 years ago)
- Last Synced: 2024-08-05T17:26:28.847Z (4 months ago)
- Language: Java
- Homepage:
- Size: 7.23 MB
- Stars: 118
- Watchers: 1
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - J0hnWalker/MysqlMonitor - Mysql 语句执行记录监控 (Java)
README
# MysqlMonitor
重复造轮子不是问题,问题是要造的有价值。此工具主要用于安全工作者代码审计,网上现存的工具看了一圈没有对报错的SQL语句进行记录,这不正是代码审计时最需要的吗。
>mysql 高版本 general_log 不会记录执行错误的SQL语句到日志,需要在配置文件中[mysqld]或者[mysqld_safe]设置log-raw=1![avatar](https://github.com/J0hnWalker/MysqlMonitor/blob/master/monitor.jpg)
![avatar](https://github.com/J0hnWalker/MysqlMonitor/blob/master/error.jpg)