소스 검색

Create mysqld.cnf

Stefan Pejcic 1 년 전
부모
커밋
ab45894d36
1개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. 12 0
      docker/nginx/mysqld.cnf

+ 12 - 0
docker/nginx/mysqld.cnf

@@ -0,0 +1,12 @@
+[mysqld]
+
+user            = mysql
+bind-address            = 127.0.0.1
+mysqlx-bind-address     = 127.0.0.1
+key_buffer_size         = 16M
+myisam-recover-options  = BACKUP
+max_connections        = 151
+table_open_cache       = 4000
+log_error = /var/log/mysql/error.log
+max_binlog_size   = 100M
+skip-log-bin