use different password change

This commit is contained in:
Dennis Eichhorn 2018-08-04 16:05:44 +02:00
parent 886cc8b6bf
commit 0407659445

View File

@ -5,7 +5,7 @@ php:
services:
- mysql
before_script:
- mysql -e "use mysql; update user set authentication_string=PASSWORD('123456') where User='root'; update user set plugin='mysql_native_password';FLUSH PRIVILEGES;"
- echo "USE mysql;\nUPDATE user SET password=PASSWORD('password') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root"
- pecl install ast
- composer install
script: