Skip to content

Commit c9ee0bb

Browse files
committed
fix mysqld error
1 parent 34599af commit c9ee0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/docker-dev/sql/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ RUN echo "ServerName 127.0.0.1" >> /etc/apache2/apache2.conf
2828
EXPOSE 80
2929
EXPOSE 3306
3030

31-
CMD apache2ctl -D FOREGROUND & mysqld
31+
CMD apache2ctl -D FOREGROUND & mysqld --user=root

0 commit comments

Comments
 (0)