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 e372892 commit f6ff681Copy full SHA for f6ff681
.travis_setup.sh
@@ -20,7 +20,8 @@ if ! [[ x$OSTYPE =~ ^xdarwin ]]; then
20
sudo service mysql restart
21
fi
22
23
-sudo mysql -e "CREATE USER '$USER'@'localhost'" || true
+sudo mysql -u root -e "CREATE USER '$USER'@'localhost'" || true
24
+sudo mysql -u root -e "GRANT ALL ON test.* TO '$USER'@'localhost'" || true
25
26
# Print the MySQL version and create the test DB
27
if [[ x$OSTYPE =~ ^xdarwin ]]; then
0 commit comments