Browse Source

fix user in mysql-log-bin test

Mykola Marzhan 7 years ago
parent
commit
e86b4ff05d
1 changed files with 1 additions and 0 deletions
  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 \
 		"$@"