[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Mysql
- Subject: Re: [cobalt-users] Mysql
- From: "Rick Bosch" <rick@xxxxxxxxxxx>
- Date: Mon Apr 8 14:05:23 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
----- Original Message -----
From: "Rick" <rick@xxxxxxxxxxxx>
To: "Cobalt-Users" <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Monday, April 08, 2002 7:48 AM
Subject: [cobalt-users] Mysql
> Hi,
> Ive forgotten my mysql root pass
> could some1 pls let me know how do i go about changing it
>
>
>
> Thanx,
> Rick
>
>
Just telnet/ssh in, and type:
mysqladmin -u root -p password 'new-password'
It'll prompt you for your old password, then it'll set the new password to
new-password (note, you do need the quotes)
You also might have to type the whole path to mysqladmin (depending on your
setup).