Racer SQL Asked: 2021-12-11 06:28:35 +0800 CST2021-12-11 06:28:35 +0800 CST 2021-12-11 06:28:35 +0800 CST MySQL WorkBench 开发人员无法更改密码 772 我正在尝试为 MySQL 创建用户,并允许他们更改密码: 但是当开发人员在 Workbench 上连接时,他们会收到一条消息: Your password has expired. To log in you must change it using a client that supports expired passwords. 我试图找到答案,但没有成功。 如何使用此选项并让开发人员能够在 Workbench 上更改他们的密码?或者他们需要登录 Linux 吗? mysql mysql-workbench 1 个回答 Voted Best Answer Hybris95 2021-12-11T06:37:30+08:002021-12-11T06:37:30+08:00 尝试更新版本的 MySQL Workbench,目前最新版本是 8.0.26 如果它不起作用,他们可能不得不使用更“基本”的工具,如 shell“mysql”。 https://dev.mysql.com/doc/refman/8.0/en/expired-password-handling.html 您可能还需要检查 disconnect-on-expired-password 参数的位置: https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_disconnect_on_expired_password
尝试更新版本的 MySQL Workbench,目前最新版本是 8.0.26
如果它不起作用,他们可能不得不使用更“基本”的工具,如 shell“mysql”。
https://dev.mysql.com/doc/refman/8.0/en/expired-password-handling.html
您可能还需要检查 disconnect-on-expired-password 参数的位置:
https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_disconnect_on_expired_password