Tag

Audit Plugin

0 views collected around this technical thread.

Aikesheng Open Source Community
Aikesheng Open Source Community
Jul 26, 2023 · Databases

Resolving Crash Issues When Installing MariaDB Audit Plugin on MySQL 5.7

This article analyzes why the MariaDB audit plugin crashes on MySQL 5.7, presents compatibility tables before and after source modification, details the verification steps, and provides a step‑by‑step solution including source code changes and recompilation to make the plugin work reliably.

Audit PluginCompatibilityDatabase Operations
0 likes · 14 min read
Resolving Crash Issues When Installing MariaDB Audit Plugin on MySQL 5.7
Aikesheng Open Source Community
Aikesheng Open Source Community
May 16, 2022 · Databases

Creating a PostgreSQL Audit Plugin for SQLE: Step‑by‑Step Guide

This tutorial walks through building a PostgreSQL audit plugin for the SQLE platform using Go, covering project setup, minimal plugin code, adding a SELECT‑star prohibition rule, and implementing a configurable rule that limits table column counts, complete with deployment and testing instructions.

Audit PluginDatabaseGo
0 likes · 11 min read
Creating a PostgreSQL Audit Plugin for SQLE: Step‑by‑Step Guide
Aikesheng Open Source Community
Aikesheng Open Source Community
Sep 8, 2020 · Databases

Installing and Configuring the MariaDB Audit Plugin for MySQL

This guide explains how to obtain the MariaDB audit plugin, migrate it to a MySQL 5.7 environment, install and load the plugin, configure audit parameters, and manage audit log files and formats for effective database activity monitoring.

Audit PluginMariaDBMySQL
0 likes · 5 min read
Installing and Configuring the MariaDB Audit Plugin for MySQL