TablePlus / DBngin

DB Engine
https://dbngin.com
995 stars 19 forks source link

large engine folder, binlog #66

Closed anditsung closed 2 years ago

anditsung commented 3 years ago
Screen Shot 2021-06-12 at 09 16 35

i have a lot of this file the folder size is 40gb is it save to delete binlog file?

colonelclick commented 2 years ago

Yes, you can delete the binlogs ending in numbers. You can also prevent them from being created by adding a line to your my.cnf file. The syntax below is for 8.x, your version may have a different syntax. There are also options to limit the size if you do not wish to disable them entirely.

[mysqld]
disable_log_bin
huyphams commented 2 years ago

We've added the disable bin log option, it will be available in the next update!

Screen Shot 2022-01-04 at 6 59 49 PM
huyphams commented 2 years ago

If you don't want to wait for the release, please download the hotpatch here: https://www.dropbox.com/s/sz5xmnakr27n52o/DBngin.dmg?dl=0