MySQL Forums
Forum List  »  Newbie

Re: Changing MySQL password for phpMyAdmin
Posted by: Macamba .
Date: April 04, 2017 01:37AM

Study some, and learn some.

https://dev.mysql.com/doc/refman/5.7/en/password-expiration-policy.html

Quote

However, this is easy to miss for clients that automatically connect to the server, such as connections made from scripts. To avoid having such clients suddenly stop working due to a password expiring, make sure to change the password expiration settings for those clients, like this:

ALTER USER 'script'@'localhost' PASSWORD EXPIRE NEVER

Options: ReplyQuote


Subject
Written By
Posted
Re: Changing MySQL password for phpMyAdmin
April 04, 2017 01:37AM


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.