Skip to content

Commit b0f487e

Browse files
author
Shlomi Noach
committed
create user
1 parent 9201b9b commit b0f487e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

script/cibuild-gh-ost-replica-tests

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ test_mysql_version() {
5555

5656
export PATH="${PWD}/gh-ost-ci-env/bin/:${PATH}"
5757

58-
gh-ost-test-mysql-master -uroot -e "grant all on *.* to 'gh-ost'@'%' identified by 'gh-ost'"
58+
gh-ost-test-mysql-master -uroot -e "create user 'gh-ost'@'%' identified by 'gh-ost'"
59+
gh-ost-test-mysql-master -uroot -e "grant all on *.* to 'gh-ost'@'%'"
5960

6061
echo "### Running gh-ost tests for $mysql_version"
6162
./localtests/test.sh -b bin/gh-ost

0 commit comments

Comments
 (0)