mirror of
https://gitee.com/johng/gf
synced 2026-06-07 10:22:11 +08:00
travis updates
This commit is contained in:
@ -16,8 +16,7 @@ services:
|
||||
- mysql
|
||||
|
||||
before_install:
|
||||
- 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
|
||||
- pwd
|
||||
|
||||
install:
|
||||
- pwd
|
||||
|
||||
@ -17,7 +17,7 @@ func init() {
|
||||
Host: "127.0.0.1",
|
||||
Port: "3306",
|
||||
User: "root",
|
||||
Pass: "12345678",
|
||||
Pass: "",
|
||||
Name: "",
|
||||
Type: "mysql",
|
||||
Role: "master",
|
||||
|
||||
Reference in New Issue
Block a user