+6 votes
275 views
in Linux by
how to reset?

1 Answer

+7 votes
by
mysqld_safe --skip-grant-tables

mysql --user=root mysql

mysql-> update user set Password=PASSWORD('newpass') where user='root';

mysql-> flush privileges;

mysql-> exit;
Ask a Question
Welcome to WikiTechSolutions where you can ask questions and receive answers from other members of the community.

You can ask a question without registration.

Categories

...