Skip to content

Commit

Permalink
バイナリログとパフォーマンス計測を無効化し高速化
Browse files Browse the repository at this point in the history
  • Loading branch information
KentarouTakeda committed Nov 14, 2024
1 parent 18a2d9d commit 1c1ae4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ services:
volumes:
- mysql:/var/lib/mysql
- ./docker/mysql/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d
- ./docker/mysql/my.cnf:/etc/mysql/conf.d/default.cnf
ports:
- ${PORT_MYSQL:-0}:3306
environment:
Expand Down
3 changes: 3 additions & 0 deletions docker/mysql/my.cnf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[mysqld]
disable-log-bin
performance_schema=off

0 comments on commit 1c1ae4d

Please sign in to comment.