|
@@ -17,7 +17,7 @@ class MysqlHelper:
|
|
host="rr-bp1l12ea7e9wgu947.mysql.rds.aliyuncs.com",
|
|
host="rr-bp1l12ea7e9wgu947.mysql.rds.aliyuncs.com",
|
|
# host="rm-j6cz4c6pt96000xi3lo.mysql.rds.aliyuncs.com",# 数据库IP地址,外网地址
|
|
# host="rm-j6cz4c6pt96000xi3lo.mysql.rds.aliyuncs.com",# 数据库IP地址,外网地址
|
|
port=3306, # 端口号
|
|
port=3306, # 端口号
|
|
- user="longvideo_read", # mysql用户名
|
|
|
|
|
|
+ user="wx2016_longvideo", # mysql用户名
|
|
passwd="wx2016_longvideoP@assword1234", # mysql用户登录密码
|
|
passwd="wx2016_longvideoP@assword1234", # mysql用户登录密码
|
|
db="longvideo", # 数据库名
|
|
db="longvideo", # 数据库名
|
|
# 如果数据库里面的文本是utf8编码的,charset指定是utf8
|
|
# 如果数据库里面的文本是utf8编码的,charset指定是utf8
|