0

I had a strange encouter with my with my Laravel Homestead setup run locally on my mac. I just wanted to get data from my database via my api and got this message:

SQLSTATE[HY000] [1862] Your password has expired. To log in you must change it using a client that supports expired passwords.

How can I solve this?

sesc360
  • 3,155
  • 10
  • 44
  • 86
  • Your mysql password has expired. You can use the command line to change it. `mysql -u yourusername -p`, and it should prompt you. – aynber Nov 16 '16 at 16:38
  • I logged into homestead ssh. Typed what you said with the current password and it just starts without asking – sesc360 Nov 16 '16 at 16:41

0 Answers0