项目作者: sryze

项目描述 :
Query logger plugin for MySQL/MariaDB :shark: server
高级语言: C
项目地址: git://github.com/sryze/mysql-logger.git
创建时间: 2019-04-20T17:59:10Z
项目社区:https://github.com/sryze/mysql-logger

开源协议:MIT License

下载


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:

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

License

MIT license. See LICENSE.txt for details.