
August 11th, 2009, 01:56 PM
|
|
Problem Solver
|
|
Join Date: Jan 2001
Location: Stockholm, Sweden
|
|
|
It's not a .exe file it's a shell script (.sh) and it is only available on Unix and you don't need it.
You just run the normal mysqld binary:
mysqld.exe --skip-grant-tables ...
That way the mysql server starts and you can change the password.
Just remember to stop and start the server once more after you changed it since otherwise the server is still wide open for access.
__________________
/Stefan
|