Update user set authentication_string password where user =' root '

- Update user set authentication_string password mynewpassword where user =' root '
- Update mysql user set authentication_string password (' password ') where user =' root
- Update user set authentication_string password (' 1111 ') where user =' root '
- Update user set authentication_string password (' new_password ') where user =' root '