Click to See Complete Forum and Search --> : How do I change my MySQL password in linux?


Once-Ler
11-23-2001, 08:09 AM
Hey... so i did what they said not to do... I made my sql password 'new-password'

what do i have to do to change my password?

WilliamWallace
11-23-2001, 01:52 PM
use mysqladmin. check the mysql documentation its all in there.

read first, post second.

GideonT
11-25-2001, 04:55 AM
I installed MySQL following the documentation, and when I type mysqladmin, it said command not found, what should I do to fix it? or where's mysqladmin?

stiles
11-25-2001, 03:49 PM
Try this:

find / -name mysqladmin -print 2> /dev/null

That should give you the path to mysqladmin if it's installed. If that returns nothing maybe you didn't install the client? Don't know for sure.

WilliamWallace
11-26-2001, 12:12 AM
mysqladmin is in the /bin directory of your mysql installation.

check /usr/local/mysql/bin