add new user MySQL
This commit is contained in:
parent
5c8fc628c7
commit
d96524c3b3
@ -9,8 +9,8 @@ Gormv2: # 只针对 gorm 操作数据库有效
|
|||||||
DataBase: "hav_cats"
|
DataBase: "hav_cats"
|
||||||
Port: 3306
|
Port: 3306
|
||||||
Prefix: "tb_" # 目前没有用到该配置项
|
Prefix: "tb_" # 目前没有用到该配置项
|
||||||
User: "root"
|
User: "catface"
|
||||||
Pass: ""
|
Pass: "catface2024WHU#"
|
||||||
Charset: "utf8"
|
Charset: "utf8"
|
||||||
SetMaxIdleConns: 10
|
SetMaxIdleConns: 10
|
||||||
SetMaxOpenConns: 128
|
SetMaxOpenConns: 128
|
||||||
|
Loading…
x
Reference in New Issue
Block a user