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

Re: [cobalt-users] Mysql



----- 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).