hey there, so i setup mysql and php on a new puter and im having some password problems
im using winXP btw w/ IIS
the install went fine, and then i went to command line and entered:
set password for 'root' @ 'localhost' = password('newpwd');
set password for 'root' @ '%' = password('newpwd');
im pretty sure that is the correct method for setting up passwords, but then when i try and do something, im always getting "mysql_connect(): Access denied for user: 'root@localhost' (Using password: YES)" as an error
so obviously the password isnt set up properly.... the code is fine (since i just copied it from a working maching) and the user/password is the same onthe working maching as it is on the new machine
so what im asking is: am i doing this wrong? and is there a way to see the username/passwords in MySQL from command line in XP?
thx for any help