[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] MySQL (new password help)
- Subject: RE: [cobalt-users] MySQL (new password help)
- From: "Andy Brown" <andy.brown@xxxxxxxxxxxxx>
- Date: Thu Dec 6 05:08:40 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> 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/