1、在表pre_ucenter_members添加一条数据,uid要和以前的一样,用户名可以随便设,但一定要记住
2、在表pre_common_member 添加一条数据,uid要和以前的一样,用户名设成和上面一样的
3、修改帖子的作者为新添加的用户:pre_forum_post
update pre_forum_post set author='新的帖子用户名' where author='以前的帖子用户名'
update pre_forum_thread set author='新的帖子用户名' where author='以前的帖子用户名'
update pre_forum_thread set lastposter='新的帖子用户名' where lastposter='以前的帖子用户名'
这样帖子就已经可以看了,不过新添加的用户还不能登录,暂时还没搞明白,呵呵,先不搞了