1.在my.ini中新增配置
plugin_load_add = server_audit# 是否記錄日誌 on/offserver_audit=force_plus_permanent
server_audit_logging=on
server_audit_events=connect,query
#日誌存放路徑
server_audit_file_path=d:\logs\mariadb
#單個日誌檔案大小(位元組),一旦超過這個值,就重新生成新的檔案
#server_audit_file_rotate_size=10000
#日誌檔案迴圈序號
server_audit_file_rotations=999
#排除使用者jsjnks2 的日誌,但是會保留它的connect,disconnect的日誌
server_audit_excl_users=jsjnks2
mysql 審計外掛程式 MySQL審計外掛程式使用
or詳細的配置可以參考官方文件 解壓檔案 unzip audit plugin mysql 5.7 1.1.7 805 linux x86 64.zip 將安裝包libaudit plugin.so檔案複製到 plugin dir目錄 root localhost 10 07 none show g...
mysql審計外掛程式設定
1 create database auditdb use auditdb 2 create table accesslog id int primary key auto increment,connectionid int,connuser varchar 30 matchuser varcha...
MariaDB日誌審計 幫你揪出內個幹壞事兒的小子
part1 誰幹的?做dba的經常會遇到,一些表被誤操作了,被truncate 被delete 甚至被drop。引起這方面的原因大多數都是因為人為 許可權問題導致的。一些公共賬戶,例如ceshi賬戶,所有的人都可以進行操作,由這些公共賬戶引起的誤操作,你在辦公室大喊 誰把我的表刪了?8成不會有人回應...