Explorar el Código

fix user in mysql-log-bin test

Mykola Marzhan hace 7 años
padre
commit
e86b4ff05d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      test/tests/mysql-log-bin/run.sh

+ 1 - 0
test/tests/mysql-log-bin/run.sh

@@ -21,6 +21,7 @@ mysql() {
 		--link "$cname":mysql \
 		--entrypoint mysql \
 		"$image" \
+		-uroot \
 		-hmysql \
 		--silent \
 		"$@"