How to reset MySQL password from command prompt
To reset other user password you need to login as a root from the command prompt. However you can reset your own password without logging as a root user First you need to login from command promt. # Mysql -u <user> -p //Example: Mysql -u root -p Enter Password: mysql>…continue reading →
Recent Comments