Re: Can't update expired password in Mysql Workbench
Hi, Don!
How are you?
I was able to reproduce the issue using MySQL Workbench 8.0.43 and MySQL Server 8.4.
Password changes performed manually work correctly:
SET PASSWORD FOR 'user'@'%' = 'new_password';
However, when the account password is expired:
ALTER USER 'user'@'%' PASSWORD EXPIRE;
and the user attempts to change the password through the Workbench "Reset Password" dialog, Workbench returns:
ERROR 1064 near PASSWORD('...')
This suggests that the password reset dialog is generating SQL that is incompatible with MySQL 8.4, while manual password changes continue to work normally.
Att, Henrique Garcia.
Subject
Views
Written By
Posted
169
July 24, 2026 12:15PM
Re: Can't update expired password in Mysql Workbench
90
August 19, 2026 06:13AM
Sorry, only registered users may post in this forum.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.