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.
2 parents e636ecb + 0126504 commit a28a66eCopy full SHA for a28a66e
5.7rc/Dockerfile
@@ -4,3 +4,4 @@ MAINTAINER Hua(Nelson) Qiao
4
5
ADD ./custom.cnf /etc/mysql/conf.d/
6
7
+COPY ./sql-scripts/ /docker-entrypoint-initdb.d/
5.7rc/sql-scripts/allow-root-from-anyhost.sql
@@ -0,0 +1,2 @@
1
+GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'password' WITH GRANT OPTION;
2
+FLUSH PRIVILEGES;
0 commit comments