Skip to content

Commit 065cc4c

Browse files
committed
解決 only_full_group_by 問題
1 parent 29afa80 commit 065cc4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ services:
3232
MYSQL_ROOT_PASSWORD: password
3333
MYSQL_USER: developer
3434
MYSQL_PASSWORD: password
35+
command: mysqld --sql_mode="" --character-set-server=utf8 --init-connect='SET NAMES UTF8;'
3536
restart: on-failure
3637
networks:
3738
- app_net

0 commit comments

Comments
 (0)