In case you forgot wcsadmin's password:
run the following SQL:
update userreg set status = 1,
passwordexpired = 0, logonpassword =
x'74434f61354f51593862415655304d5268424e54723865685653356151374a2b353163506c4261363730633d202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020',
salt = 'hsdbacehyoyn' where users_id=-1000;
reset wcsadmin's password to "wcsadmin"
重置wcsadmin密码
本文提供了一种通过SQL命令来重置wcsadmin用户密码的方法。该方法直接更新数据库中的密码记录,适用于忘记密码的情况。

被折叠的 条评论
为什么被折叠?



