Giter Club home page Giter Club logo

mysql_windows_audit_plugin's Introduction

mysql_windows_audit_plugin

mysql_windows_audit_plugin is an audit plugin for MySQL Server that will log connection and disconnection events to Windows Event Log. This plugin only works when MySQL Server is installed in Microsoft Windows operating system.

Follows these steps to build and install sources cloned from this repository:

  1. Open project solution file (mysql_windows_audit.sln) in Visual Studio.
  2. Edit message.man file in editor. Make sure messageFileName and resourceFileName points to the correct location of MySQL Server plugin directory.
  3. Edit install.bat and make sure mysql_plugin_dir point to the correct location of MySQL Server plugin directory.
  4. Make sure Additional Include Directories in project settings refer to a valid folder that contains MySQL Server headers.
  5. Click Build, Build Solution to create and install the plugin.
  6. Start MySQL Server and execute the following query:
INSTALL PLUGIN WINDOWS_AUDIT SONAME 'mysql_windows_audit.dll';

Use Windows Event Viewer to display logs generated by this plugin. Logs are located at their own channel in Application and Services Logs.

Sample Results

The following query can be used to display the number of failed connection attempts since the server was started:

SHOW STATUS LIKE 'windows_audit_connection_errors'

To temporary disable auditing, execute the following query:

SET GLOBAL windows_audit_active = 0;

mysql_windows_audit_plugin's People

Contributors

jockihendry avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.