.text 0.958 数据添加

1. 表 blog_GenericUsers:
UserID: PKID,不要设
Username: 与blog_Config.UserName相同
Password: 与blog_Config.Password 相同
Salt: 空(但不是NULL)
PasswordFormat:1(表示MD5)
PasswordQuestion: (随便填)
PasswordAnswer: (随便填)
Email: 与blog_Config.Email 相同
DateCreated: (时间类型,随便填)
LastLogin: (时间类型,随便填)
LostActivity: (时间类型,随便填)
LastAction: 0
UserAccountStatus: 1
IsAnonymous: 0
ForceLogin: 1

2. 表blog_UserProperties :
UserID: 与blog_GenericUsers.UserID相同
UserConfig: 与blog_Config.BlogID相同
PublicEmail: (随便填)

3. 表blog_Roles :
RoleID: (忽略)
UserID: 与blog_GenericUsers.UserID 相同
BlogID: 与blog_Config.BlogID 相同
BlogRoleID: 1 (owner)
原文地址:https://www.cnblogs.com/huqingyu/p/15670.html