MySQL Forums
Forum List  »  Replication

Re: Migration from 5.1 to 5.6, get an error replicating a password
Posted by: Rick James
Date: September 26, 2013 07:22PM

"old_passwords" is insecure. The use of the old password algorithm has been deprecated for many years; now MySQL (Oracle) is getting more serious about making your system more secure. Turn that setting off. Then, if possible, re-establish all passwords.

Read the online docs relating to the password updating.

Coming later... SHA256, which will (in a few years) outdate the 41-char password hash.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Migration from 5.1 to 5.6, get an error replicating a password
876
September 26, 2013 07:22PM


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.