[rt-users] What is AdminCc?

V S R A, Prasad (Prasad) vsra at lucent.com
Tue May 21 05:36:22 EDT 2002


Oops!
Should have read that carefully.
Here's the one for mysql from mysql manual.

shell> mysql -u root mysql
mysql> UPDATE user SET Password=PASSWORD('new_password')
    ->             WHERE user='root';
mysql> FLUSH PRIVILEGES;

This is for user=root.
regards
-Prasad


-----Original Message-----
From: Harald Wagener [mailto:hwagener at hamburg.fcb.com]
Sent: Tuesday, May 21, 2002 2:32 PM
To: V S R A Prasad (Prasad)
Cc: Brad Shelton; RT Users mailing list
Subject: Re: [rt-users] What is AdminCc?


"V S R A, Prasad (Prasad)" wrote:
> 
> Doesn't this work?
> /path/to/rt2/bin/rtadmin --user=root --password="<newpassword>"
> 
> regards
> 

No. This changes the root user's password within the RT system. But not the
database user's password within the database system. 

Depending on Your database, there are various ways of recovery. For MySQL it
can be found in the manual (or ask google).

Regards,
	Harald

-- 
Harald Wagener*An der Alster 42*20099 Hamburg*http://www.fcb-wilkens.com




More information about the rt-users mailing list