Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ac0d3r/mysqlmonitor
监控 MySQL 执行语句并实时打印的工具 🤖️
https://github.com/ac0d3r/mysqlmonitor
mysql security-tools
Last synced: 7 days ago
JSON representation
监控 MySQL 执行语句并实时打印的工具 🤖️
- Host: GitHub
- URL: https://github.com/ac0d3r/mysqlmonitor
- Owner: ac0d3r
- License: gpl-3.0
- Created: 2020-11-22T14:35:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-14T01:33:44.000Z (over 1 year ago)
- Last Synced: 2024-06-19T11:13:42.656Z (5 months ago)
- Topics: mysql, security-tools
- Language: Go
- Homepage:
- Size: 5.9 MB
- Stars: 131
- Watchers: 1
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MySQLMonitor
> 监控 MySQL 实时打印执行语句(审计的好帮手https://www.bilibili.com/video/BV1f44y1b7hW
![](https://user-images.githubusercontent.com/26270009/134752869-6d994043-11ba-4c7b-a24c-e1f540da2931.jpg)
- 监听 `general_log_file` 日志文件(效率高,结果准确,不会遗漏执行语句) 🚀
- 结束时会关闭 general_log 并且清空日志文件 🙈
- 执行正确以及错误的SQL语句都会被打印(mysql8.0以及高版本自动开启log_raw=1