OnlineJudge/dockerfiles/mysql/Dockerfile
2016-06-10 22:58:27 +08:00

2 lines
105 B
Docker

FROM mysql:latest
RUN printf "\nserver-id=1\nlog-bin=binlog\nperformance_schema=OFF" >> /etc/mysql/my.cnf