Skip to content

MySQL数据库日志监控工具1.0,用于实时监控代码审计中应用程序对数据库进行的操作日志

License

Notifications You must be signed in to change notification settings

yekainew/MySqlLogsMonitor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MySQL Monitor.md

主要特性

VERSION

  • 没什么特新,纯粹只是想造个轮子

编程语言

  • 🔭 C# 简单粗暴,快速开发

使用教程

  • 配置 MySQL 数据库连接信息

后期计划

  • DataGridView刷新UI阻塞问题
  • 搜索功能优化
  • 对其他数据库的支持
  • 用Qt或GTK重构UI界面

主界面图片

MainUI

文件树

.
├── MySQLMonitor
│   ├── App.config
│   ├── MainFrom.Designer.cs
│   ├── MainFrom.cs
│   ├── MainFrom.resx
│   ├── MySQLMonitor.csproj
│   ├── MyUtils.cs (功能实现类)
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── bin
│   │   └── x64
│   │       ├── Debug
│   │       │   ├── MySQLMonitor.exe
│   │       │   └── MySql.Data.dll
│   │       └── Release
│   │           ├── MySQLMonitor.exe
│   │           └── MySql.Data.dll
│   ├── ico.ico
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── MySQLMonitor.MainFrom.resources
│   │   │   ├── MySQLMonitor.Properties.Resources.resources
│   │   │   ├── MySQLMonitor.csproj.AssemblyReference.cache
│   │   │   ├── MySQLMonitor.csproj.CopyComplete
│   │   │   ├── MySQLMonitor.csproj.CoreCompileInputs.cache
│   │   │   ├── MySQLMonitor.csproj.FileListAbsolute.txt
│   │   │   ├── MySQLMonitor.csproj.GenerateResource.cache
│   │   │   ├── MySQLMonitor.exe
│   │   │   ├── MySQLMonitor.pdb
│   │   │   └── TempPE
│   │   └── x64
│   │       ├── Debug
│   │       │   ├── DesignTimeResolveAssemblyReferences.cache
│   │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │       │   ├── MySQLMonitor.MainFrom.resources
│   │       │   ├── MySQLMonitor.Properties.Resources.resources
│   │       │   ├── MySQLMonitor.csproj.AssemblyReference.cache
│   │       │   ├── MySQLMonitor.csproj.CopyComplete
│   │       │   ├── MySQLMonitor.csproj.CoreCompileInputs.cache
│   │       │   ├── MySQLMonitor.csproj.FileListAbsolute.txt
│   │       │   ├── MySQLMonitor.csproj.GenerateResource.cache
│   │       │   ├── MySQLMonitor.exe
│   │       │   ├── MySQLMonitor.pdb
│   │       │   └── TempPE
│   │       └── Release
│   │           ├── MySQLMonitor.MainFrom.resources
│   │           ├── MySQLMonitor.Properties.Resources.resources
│   │           ├── MySQLMonitor.csproj.AssemblyReference.cache
│   │           ├── MySQLMonitor.csproj.CopyComplete
│   │           ├── MySQLMonitor.csproj.CoreCompileInputs.cache
│   │           ├── MySQLMonitor.csproj.FileListAbsolute.txt
│   │           ├── MySQLMonitor.csproj.GenerateResource.cache
│   │           ├── MySQLMonitor.exe
│   │           ├── MySQLMonitor.pdb
│   │           └── TempPE
│   └── packages.config
├── MySQLMonitor.sln
└── packages (MYSQL包)

20 directories, 57 files

About

MySQL数据库日志监控工具1.0,用于实时监控代码审计中应用程序对数据库进行的操作日志

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%