Files
OnlineJudge/dockerfiles/mysql/Dockerfile
T

2 lines
105 B
Docker

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