We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34599af commit c9ee0bbCopy full SHA for c9ee0bb
tools/docker-dev/sql/Dockerfile
@@ -28,4 +28,4 @@ RUN echo "ServerName 127.0.0.1" >> /etc/apache2/apache2.conf
28
EXPOSE 80
29
EXPOSE 3306
30
31
-CMD apache2ctl -D FOREGROUND & mysqld
+CMD apache2ctl -D FOREGROUND & mysqld --user=root
0 commit comments