Im a rookie programmer and have been using mysql for the past 6 months. But all the sudden it reported a 1862 error and that my password was expired.
I have seen other answer to this. Such as: Mysql password expired. Can't connect and Mysql password expired. Can't connect. But since im essentially a newcomer to mysql (besides sql statements), I have no idea what to do.
I have read to you can just write: SET PASSWORD = PASSWORD('XXXXXXXXXXX') And that would fix the problem. But I have no idea where to write this or how to acces it.
Please help