change default db password

This commit is contained in:
richardxz
2018-07-06 23:26:55 -04:00
parent e26505094c
commit 93f4d9467c

View File

@@ -104,7 +104,7 @@ func (s *ServerRunOptions) addFlags(fs *pflag.FlagSet) {
fs.StringVar(&s.mysqlAddress, "mysql-addr", "127.0.0.1:3306",
"Address of mysql, exp:127.0.0.1:3306.")
fs.StringVar(&s.mysqlPasswd, "mysql-password", "123456",
fs.StringVar(&s.mysqlPasswd, "mysql-password", "password",
"Password of mysql")
fs.StringVar(&s.mysqlUser, "mysql-user", "root",