| Bug #45641 | Reseting mysql password | ||
|---|---|---|---|
| Submitted: | 21 Jun 2009 17:38 | Modified: | 22 Jun 2009 5:37 |
| Reporter: | Olaide Azeez | Email Updates: | |
| Status: | Not a Bug | Impact on me: | |
| Category: | MySQL Server: Installing | Severity: | S2 (Serious) |
| Version: | OS: | Windows | |
| Assigned to: | CPU Architecture: | Any | |
[22 Jun 2009 5:37]
Sveta Smirnova
We're sorry, but the bug system is not the appropriate forum for asking help on using MySQL products. Your problem is not the result of a bug. Support on using our products is available both free in our forums at http://forums.mysql.com/ and for a reasonable fee direct from our skilled support engineers at http://www.mysql.com/support/ Thank you for your interest in MySQL.

Description: I use this to reset my password: C:\>"C:\wamp\bin\mysql\mysql5.0.45\bin\mysqld-nt.exe" --defaults-file="C:\wamp\b in\mysql\mysql5.0.45\my.ini" --init-file=C:\ACL_DATA\mysql-init.txt UPDATE mysql.user SET Password=PASSWORD('password') WHERE User='root'; FLUSH PRIVILEGES; but after pressing enter key, nothing happen both on the command prompt as well as MySQL Server. I use wamp to install MySQL. THANKS How to repeat: same as above