Skip to:
pt-show-grants splits user creating to create user and later alter user for setting the password.
create user
alter user
If the ‘destination’ instance has the validate_password component enabled, the first query will fail, making it impossible to run the second.
pt-show-grants splits user creating to
create user
and lateralter user
for setting the password.If the ‘destination’ instance has the validate_password component enabled, the first query will fail, making it impossible to run the second.