Technology Definitions, News, Reviews and Updates
login with root user
mysql -h 127.0.0.1 -u root
run below query to reset password
mysql> SET PASSWORD FOR root@localhost = PASSWORD('yourpassword');
No comments:
Post a Comment