I'm trying to reset the root password of my MySQL installation (yep, password forgotten) according to this: http://dev.mysql.com/doc/refman/5.6/en/resetting-permissions.html#resetting-permissions-windows.

But I keep getting an error:

enter image description here

What am I doing wrong?

Of course I first stopped mysqld:

enter image description here

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

Some INNODB file are stil open, try disabling antivirues or reboot.

link|improve this answer
Hey thanks! I restarted Windows and tried again, I got another (minor important) error (warning?) and restarted MySQL and my password is changed. Thanks a lot – waanders Sep 30 '11 at 10:34
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.