mysql修改用户密码的方法和mysql忘记密码的解决方法 修改密码://选择数据库usemysql;//修改密码updateusersetpassword=password('新密码')whereuser='root';//立 mysql忘记密码