你用的是什么版本的数据库?一般是因为版本不同,对数据库的密码加密方式不同引起的,你可以把链接密码改一下
update [表] set password=old_password('密码') where user='用户名'