when creating a new connection and when inserting the password for the username in mysql workbench i'm getting the error of "Could not encrypt password cache"
在MySQL工作台中创建新的连接和插入用户名的密码时,我收到错误“Can‘t Encrypt Password Cache.”
can anyone suggest a solution ?
有谁能给出一个解决方案吗?
更多回答
Operating System? Did you try and use someone elses Password Storage Vault? Or one you created somewhere else?
操作系统?您是否尝试使用他人的密码存储库?或者是你在其他地方创造的?
windows 11. I reset my computer due to a issue and reinstalled mysql-workbench again by providing new credentials. and i have created a new connection(not root username) and when providing password for that username this error came
Windows 11.我由于一个问题重置了我的计算机,并通过提供新的凭据再次重新安装了MySQL-WORKBENBE。我已经创建了一个新的连接(不是根用户名),当为该用户名提供密码时,出现了这个错误
优秀答案推荐
That's part of the security concept in Windows. Once you encrypted data with a specific user, only this user can also decrypt it. It's not possible to use a different user, even if that was created with the same name + password.
这是Windows安全概念的一部分。使用特定用户加密数据后,只有该用户也可以对其进行解密。不能使用不同的用户,即使该用户是用相同的名称+密码创建的。
You have to remove the password vault from the MySQL Workbench data dir and enter (and store) the MySQL password(s) again.
您必须从MySQL工作台数据目录中删除密码库,然后再次输入(并存储)MySQL密码(S)。
更多回答
我是一名优秀的程序员,十分优秀!