Change MySQL Password Through The Command Prompt

At the “mysql>” prompt, type:

set password = password(“yournewpassword”);

Source: Modwest

Leave a Comment