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 a933e11 commit d1870c0Copy full SHA for d1870c0
docker/local/database/init.sql
@@ -1,2 +1,2 @@
1
-GRANT ALL PRIVILEGES ON *.* TO 'docker_mariadb'@'%';
+GRANT ALL PRIVILEGES ON *.* TO '$MYSQL_USER'@'%';
2
FLUSH PRIVILEGES;
0 commit comments