MySQL Forums
Forum List  »  Install & Repo

Re: Root Reset Password
Posted by: Barry Galbraith
Date: September 06, 2015 03:58PM

The name of the mysql server daemon has chnaged over time. It used to be mysqld-nt, now it is mysqld.

Here's the root password reset instruction in the MySQL doc.
http://dev.mysql.com/doc/refman/5.6/en/resetting-permissions.html

Note that if MySQL sever daemon (service) is running, you have to stop it first, then start it with the command line shown to reset / clear the root paswword. When it starts, the command window will appear to "freeze". That's because the mysqld is running. A command prompt won't return until mysqld stops, which you hope it doesn't.
You need to open another Windows command prompt to connect with your new password.

Good luck,
Barry.

Options: ReplyQuote


Subject
Written By
Posted
September 06, 2015 01:59PM
Re: Root Reset Password
September 06, 2015 03:58PM
September 08, 2015 07:35AM
September 08, 2015 09:12AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.