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 9201b9b commit b0f487eCopy full SHA for b0f487e
script/cibuild-gh-ost-replica-tests
@@ -55,7 +55,8 @@ test_mysql_version() {
55
56
export PATH="${PWD}/gh-ost-ci-env/bin/:${PATH}"
57
58
- gh-ost-test-mysql-master -uroot -e "grant all on *.* to 'gh-ost'@'%' identified by 'gh-ost'"
+ 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'@'%'"
60
61
echo "### Running gh-ost tests for $mysql_version"
62
./localtests/test.sh -b bin/gh-ost
0 commit comments