MySQL Forums
Forum List  »  Security

Re: ALTER USER mysql_native_password
Posted by: Peter Brawley
Date: June 02, 2019 03:40PM

Then that manual page should point you at the 1396 syntax problem. If you still have trouble, show the results of ...

select user, host, plugin, authentication_string
from mysql.user;

... and the exact Alter User cmd that is eliciting the error.

Options: ReplyQuote


Subject
Views
Written By
Posted
8135
June 02, 2019 12:02PM
Re: ALTER USER mysql_native_password
1017
June 02, 2019 03:40PM


Sorry, you can't reply to this topic. It has been closed.

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.