mirror of
https://gitee.com/johng/gf.git
synced 2024-11-30 03:07:45 +08:00
travis updates
This commit is contained in:
parent
55a5532c2e
commit
b01777fcd1
@ -16,9 +16,8 @@ services:
|
||||
- mysql
|
||||
|
||||
before_install:
|
||||
- sudo mysql -e "use mysql; update user set authentication_string=PASSWORD('12345678') where User='root'; update user set plugin='mysql_native_password';FLUSH PRIVILEGES;"
|
||||
- sudo mysql_upgrade -u root -p12345678
|
||||
- sudo service mysql restart
|
||||
- mysql -e "use mysql; update user set authentication_string=PASSWORD('12345678') where User='root'; update user set plugin='mysql_native_password';FLUSH PRIVILEGES;"
|
||||
- service mysql restart
|
||||
|
||||
install:
|
||||
- pwd
|
||||
|
Loading…
Reference in New Issue
Block a user