[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] MySQL (new password help)



> I just intalled MySQL on my server and I am at the point 
> where I need to change the password.  I don't want to mess 
> things up so could someone tell me if this is the correct way:
> 
> /usr/local/mysql-3.23/bin/mysqladmin -u root -p password 
> 'new-password' /usr/local/mysql-3.23/bin/mysqladmin -u root 
> -h server.hostingcentrix.com -p password 'new-password'
> 
> 
> When I type in my new password do I type in the single colens 
> as well?  ex. 'xyz123' or do I leave the singel colens out? ex. xyz123


Hi,
All you need is:
/usr/local/mysql-3.23/bin/mysqladmin -p -u root password new_password

Changing new_password to the password of your choice. This will prompt
you to enter in the current MySQL password which is the default for
Raq's as per the pkg.cobalt site.

Hope that helps
(PS: Previous thread with subject of MYSQL explains this also)

Andy
andy@xxxxxxxxxxxxxxxxxxxxx
http://ineedlinux.info/