You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.5 KiB
56 lines
1.5 KiB
3 years ago
|
## MySQLMonitor <https://github.com/TheKingOfDuck/MySQLMonitor>
|
||
|
<!--auto_detail_badge_begin_0b490ffb61b26b45de3ea5d7dd8a582e-->
|
||
|
![Language](https://img.shields.io/badge/Language-Java-blue)
|
||
|
![Author](https://img.shields.io/badge/Author-TheKingOfDuck-orange)
|
||
|
![GitHub stars](https://img.shields.io/github/stars/TheKingOfDuck/MySQLMonitor.svg?style=flat&logo=github)
|
||
|
![Version](https://img.shields.io/badge/Version-V1.0.0-red)
|
||
|
![Time](https://img.shields.io/badge/Join-20201221-green)
|
||
|
<!--auto_detail_badge_end_fef74f2d7ea73fcc43ff78e05b1e7451-->
|
||
|
|
||
|
|
||
|
**MySQLMonitor**: <https://github.com/TheKingOfDuck/MySQLMonitor>
|
||
|
|
||
|
**FileMonitor**: <https://github.com/TheKingOfDuck/FileMonitor>
|
||
|
|
||
|
## MySQLMonitor
|
||
|
|
||
|
MySQL实时监控工具(黑盒测试辅助工具)
|
||
|
|
||
|
## 使用:
|
||
|
|
||
|
```
|
||
|
java -jar MySQLMonitor.jar -h 127.0.0.1 -user CoolCat -pass mysqlmonitor
|
||
|
```
|
||
|
|
||
|
![](https://github.com/TheKingOfDuck/MySQLMonitor/raw/master/img/screenshot.png?raw=true)
|
||
|
|
||
|
### 环境:
|
||
|
在以下环境中运行通过
|
||
|
|
||
|
| OS | JAVA | MySQL | status |
|
||
|
| --- | --- | --- | --- |
|
||
|
| MacOS | 1.8 | 8.x | ok |
|
||
|
|
||
|
|
||
|
环境下运行通过
|
||
|
理论上均可运行 如有问题或修改意见 请点击===>[问题反馈](https://github.com/TheKingOfDuck/MySQLMonitor/issues)
|
||
|
|
||
|
|
||
|
## 功能
|
||
|
|
||
|
* 自动开启MySQL日志 实时显示程序执行过的语句
|
||
|
|
||
|
* 自动安装依赖
|
||
|
|
||
|
### 应用场景:
|
||
|
|
||
|
<https://xz.aliyun.com/t/3875>
|
||
|
|
||
|
<!--auto_detail_active_begin_e1c6fb434b6f0baf6912c7a1934f772b-->
|
||
|
## 项目相关
|
||
|
|
||
|
|
||
|
## 最近更新
|
||
|
|
||
|
<!--auto_detail_active_end_f9cf7911015e9913b7e691a7a5878527-->
|