Skip to content

Query logging plugin for MySQL/MariaDB 🦈 server

License

Notifications You must be signed in to change notification settings

sryze/mysql-logger

Repository files navigation

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.