We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf75ad commit dc0330bCopy full SHA for dc0330b
mariadb/conf/conf.d/ee-override.cnf
@@ -1,4 +1,7 @@
1
[mysqld]
2
+# Binlog không kiểm soát sẽ phát triển vô hạn, dẽ dàng chiếm dụng toàn bộ ổ đĩa
3
+# MariaDB sẽ là chương trình đầu tiên ngừng hoạt động, gây ra lỗi phổ biến nhất khi triển khai EasyEngine
4
+# Cần thiết lập 2 giới hạn sau để kiểm soát dung lượng binlog (tuỳ chỉnh theo dung lượng ổ cứng và tần suất giao dịch):
5
-expire_logs_days = 2
-max_binlog_size = 100M
6
+expire_logs_days = 2 # Xóa log sau 2 ngày
7
+max_binlog_size = 100M # Log được chia nhỏ thành những file 100M/file
0 commit comments