您好: --账套库执行 --查询相关用户的ID账套库执行 select id,*from EAP_User where isAdmin=1 and isStoped=0 --对应用户的密码修改成清空如查询出来的用户name账号等于xxx账套执行 update EAP_User set Password='FOG2ALH9V59HQzuI6NhSkQ==' where name='xx' --针对【系统库】执行 --sss表示账套号,xxx表示用户的name账号 update UFTSystemDec..EAP_User set Password='FOG2ALH9V59HQzuI6NhSkQ==' where cacc_num='sss' and name='xxx' 执行完后密码是123456