Skip to content

Commit

Permalink
Update MyIni.go
Browse files Browse the repository at this point in the history
db允许无密码登录
  • Loading branch information
ClearWang authored Nov 29, 2019
1 parent 5cd0ac6 commit c3c1bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/config/MyIni.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type MysqlDbInfo struct {
Host string `validate:"required"` // Host. 地址
Port int `validate:"required"` // Port 端口号
Username string `validate:"required"` // Username 用户名
Password string `validate:"required"` // Password 密码
Password string // Password 密码
Database string `validate:"required"` // Database 数据库名
}

Expand Down

0 comments on commit c3c1bf8

Please sign in to comment.