Update custom_mysql_config.cnf

This commit is contained in:
科技lion 2025-09-10 12:05:43 +08:00 committed by GitHub
parent 8994c7d211
commit e70f8fba38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,3 +42,4 @@ log_queries_not_using_indexes = 1 # ⭐记录无索引扫描
# 其他
sql_mode=STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION
performance_schema=ON # ⭐生产环境推荐打开,监控分析好用
disable-log-bin