Skip to content

This is a log viewer for MySQL queries. It turns on query logging in MySQL and display it in nice Web interface with formatting and syntax highlighting.

License

Notifications You must be signed in to change notification settings

kirill-zhirnov/beaver-mysql-logger

Repository files navigation

Mysql Query Logger - Log all queries for MySQL/MariaDB

The ultimate tool for:

  • Debugging
  • Reverse engineering
  • Performance optimization.

Free, Easy to use and install!

Overall View

How to launch with Docker?

docker run -p 8181:8080 kirillzh87/beaver-mysql-logger

Where 8181 is your local port. Then open http://localhost:8181

MySQL connection could be specified via Web Interface:

Setup Connection

Supported Variables

MYSQL_DSN - A PDO DSN for connection. Example: mysql:host=host.docker.internal;port=32775;dbname=mysql

MYSQL_USERNAME - Username

MYSQL_PASS - Password

How to launch with Docker Compose

services:
  mysql-logger:
    image: kirillzh87/beaver-mysql-logger
    environment:
      MYSQL_DSN: "mysql:host=host.docker.internal;port=32775;dbname=mysql"
      MYSQL_USERNAME: root
      MYSQL_PASS: root
    ports:
      - "9090:8080"

About

This is a log viewer for MySQL queries. It turns on query logging in MySQL and display it in nice Web interface with formatting and syntax highlighting.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published