[csw-users] RT (Request Tracker)
Peter Bonivart
bonivart at blastwave.org
Fri Mar 14 10:15:56 CET 2008
On Wed, Mar 12, 2008 at 6:10 PM, Aaron Wilson <aaron at ernieball.com> wrote:
> DBI connect('dbname=rt3;host=localhost','rt_user',...) failed: Access
> denied for user 'rt_user'@'localhost' (using password: YES) at
> /opt/csw/share/perl/csw/DBIx/SearchBuilder/Handle.pm line 106
> Connect Failed Access denied for user 'rt_user'@'localhost' (using
> password: YES)
I don't use RT but the above looks like a privilege problem. What do
you get from these commands (mask the passwords if you're worried)?
mysql> use mysql;
mysql> select * from user;
mysql> select * from db;
--
/peter
More information about the users
mailing list