|
@@ -15,7 +15,7 @@ class MysqlClient(object):
|
|
|
"host": "rr-bp1l12ea7e9wgu947.mysql.rds.aliyuncs.com",
|
|
|
"port": 3306, # 端口号
|
|
|
"user": "wx2016_longvideo", # mysql用户名
|
|
|
- "passwd": " wx2016_longvideoP@assword1234", # mysql用户登录密码
|
|
|
+ "passwd": "wx2016_longvideoP@assword1234", # mysql用户登录密码
|
|
|
"db": "longvideo", # 数据库名
|
|
|
"charset": "utf8mb4" # 如果数据库里面的文本是utf8编码的,charset指定是utf8
|
|
|
}
|