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
-
Build with CMake
-
Copy logger.so/.dll to the plugins directory of your MySQL/MariaDB server
-
Register the plugin:
install plugin logger soname 'logger.so'
-
Restart the server and connect to http://yourserver:13306
MIT license. See LICENSE.txt for details.