[rt-users] Default password
Chaim Rieger
chaim.rieger at up-south.com
Tue Jul 31 16:49:29 EDT 2007
John Oliver wrote:
> I found http://wiki.bestpractical.com/view/RecoverRootPassword
> However... it doesn't help :-(
>
> mysql> update Users set Password='X03MO1qnZdYdgyfeuILPmQ' where
> Name='root';
> Query OK, 0 rows affected (0.00 sec)
> Rows matched: 0 Changed: 0 Warnings: 0
>
> mysql> UPDATE Users SET Password='X03MO1qnZdYdgyfeuILPmQ' WHERE
> Name='root';
> Query OK, 0 rows affected (0.01 sec)
> Rows matched: 0 Changed: 0 Warnings: 0
>
>
> 0 rows affected sounds like there is no username "root"
mysql -u (whatever) -p (if needed)
then you need to change to the rt db
use "name_of_rt_db"
then you can reset the passwd.
More information about the rt-users
mailing list