Commit 7f113c65 authored by 温海元's avatar 温海元

fix mysql issue

parent 6df0dcb6
...@@ -46,10 +46,13 @@ innodb_flush_log_at_trx_commit=1 ...@@ -46,10 +46,13 @@ innodb_flush_log_at_trx_commit=1
innodb_log_buffer_size=2M innodb_log_buffer_size=2M
# 默认8M # 默认8M
# key_buffer_size=20M key_buffer_size=5M
# 默认16M # 默认16M
# tmp_table_size=16M # tmp_table_size=16M
# #
ignore-db-dir=lost+found ignore-db-dir=lost+found
#尝试修复ka1的mysql起不来的问题
innodb_force_recovery = 1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment