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='以前的帖子用户名'

这样帖子就已经可以看了,不过新添加的用户还不能登录,暂时还没搞明白,呵呵,先不搞了

相关文章:

  • 2022-12-23
  • 2021-06-05
  • 2022-12-23
  • 2022-01-08
  • 2022-12-23
  • 2021-10-02
  • 2021-09-02
猜你喜欢
  • 2022-03-05
  • 2021-08-25
  • 2021-05-21
  • 2021-11-11
  • 2021-06-12
  • 2022-03-09
  • 2021-11-10
相关资源
相似解决方案