Last active
November 2, 2020 19:00
-
-
Save grambas/aec61b74b2e76ef0749b8d2f6aa74e28 to your computer and use it in GitHub Desktop.
Revisions
-
grambas revised this gist
Nov 2, 2020 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,6 @@ docker exec -it -u root DB_CONTAINER_NAME /bin/bash mysql -u root -p PURGE BINARY LOGS BEFORE NOW(); # OR RESET MASTER; # check option SELECT * FROM performance_schema.global_variables WHERE VARIABLE_NAME IN ('log_bin'); -
grambas renamed this gist
Oct 18, 2020 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
grambas created this gist
Oct 18, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ docker exec -it -u root DB_CONTAINER_NAME /bin/bash mysql -u root -p PURGE BINARY LOGS BEFORE NOW();