* use mariadb-dump
* filter tailing mariadb general log
This commit is contained in:
@ -7,4 +7,4 @@ sudo truncate -s 0 $GENERAL_LOG_FILE_PATH
|
||||
|
||||
clear
|
||||
|
||||
sudo tail -f $GENERAL_LOG_FILE_PATH
|
||||
sudo tail -f $GENERAL_LOG_FILE_PATH | grep -Ev "(Close|Prepare)"
|
Reference in New Issue
Block a user