Fix MySQL error in Travis CI
This commit is contained in:
parent
24f862d93f
commit
c9cf33cfbb
@ -19,7 +19,7 @@ env:
|
||||
|
||||
before_script:
|
||||
# Change MySQL root password
|
||||
- echo "USE mysql;\nUPDATE user SET password=PASSWORD('root') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
|
||||
- echo "USE mysql;\nUPDATE user SET authentication_string=PASSWORD('root') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
|
||||
|
||||
- composer install
|
||||
- bash tests/bin/before_script.sh
|
||||
|
Loading…
Reference in New Issue
Block a user