Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 722 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 722 Bytes

MySQL Logger

Build Status

MySQL Logger is a server-side plugin for MySQL/MariaDB that allows you to see what SQL queries are executed by your server in real time inside a web browser.

PLEASE DO NOT USE IN PRODUCTION

Screenshot

Installation

  1. Build with CMake

  2. Copy logger.so/.dll to the plugins directory of your MySQL/MariaDB server

  3. Register the plugin:

    install plugin logger soname 'logger.so'
  4. Restart the server and connect to http://yourserver:13306

License

MIT license. See LICENSE.txt for details.