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 98c2366 commit f5a5c42Copy full SHA for f5a5c42
mariadb/conf/mariadb.conf.d/zz-99-ee-overrides.cnf
@@ -3,5 +3,8 @@
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
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
+# Xóa log sau 2 ngày
+expire_logs_days = 2
8
+
9
+# Log được chia nhỏ thành những file 100M/file
10
+max_binlog_size = 100M
0 commit comments