mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-17 20:38:41 +00:00
use different password change
This commit is contained in:
parent
886cc8b6bf
commit
0407659445
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user