i am trying to use mysql db for the first time.
i have installed mysql-noinstall-5.0.45-win32.zip to my pc.
although i didnt have set any password,
when i try to login for mysqladmin user via command prompt,
i am asked for the password then i get
what can i do to reset the password, or to retrieve the password?
i have installed mysql-noinstall-5.0.45-win32.zip to my pc.
although i didnt have set any password,
when i try to login for mysqladmin user via command prompt,
i am asked for the password then i get
Code:
ERROR 1045 (28000): Access denied for user 'mysqladmin'@'localhost' (using passw ord: YES)
Comment