Update my.cnf

pull/109/head
midoks 4 years ago
parent 5c380b5b10
commit 4cd36f0dd2
  1. 2
      plugins/mysql/conf/my.cnf

@ -2,7 +2,6 @@
#password = your_password
port = 3306
socket = /tmp/mysql.sock
default-character-set=utf8
[mysqld]
port = 3306
@ -22,7 +21,6 @@ thread_cache_size = 4
lower_case_table_names=2
query_cache_size = 4M
tmp_table_size = 8M
default-character-set=utf8
max_connections = 500
max_connect_errors = 100

Loading…
Cancel
Save