Page 1 of 1

change password? easy question....

Posted: Sat Jan 03, 2004 12:55 pm
by lizlazloz
hi, how do i chaneg the password of my mysql databases.

you knwo the bit where u go mysql_connect("domain","username","password"), how do you change that password?

because i worried that somebody else knows the password as well....

Posted: Sat Jan 03, 2004 5:28 pm
by lizlazloz
bump? and by the way, i just want to do thisstraight through SQL, not php.

Posted: Sat Jan 03, 2004 5:34 pm
by JAM
Easiest to do this through the shell. Read up on following for guidance: http://www.mysql.com/doc/en/Passwords.html

Posted: Sat Jan 03, 2004 5:43 pm
by d3ad1ysp0rk
if you have cpanel you can delete the user and remake them with a different password, then change your $password variable on your page..