
ericgorr at gmail
Mar 24, 2006, 10:55 AM
Post #1 of 1
(903 views)
Permalink
|
|
RTFM - make initdb not using the rt_user password
|
|
I've got RT installed and can log in as the rt 'root' user, but I am having trouble installing RTFM. I get to the point of make initdb and get the following output: ~/Desktop/RTFM-2.2.0RC2 $make initdb /opt/local/bin/perl -Ilib -I/opt/rt3/lib /opt/rt3/sbin/rt-setup-database --action schema --datadir etc --datafile etc/initialdata --dba rt_user "my" variable $id masks earlier declaration in same scope at /opt/rt3/lib/RT/CustomField_Overlay.pm line 879. "my" variable $id masks earlier declaration in same scope at /opt/rt3/lib/RT/CustomField_Overlay.pm line 914. DBI connect('dbname=rt3;host=localhost','rt_user',...) failed: Access denied for user 'rt_user'@'localhost' (using password: NO) at /opt/rt3/sbin/rt-setup-database line 170 Failed to connect to dbi:mysql:;host=localhost as rt_user: Access denied for user 'rt_user'@'localhost' (using password: NO) at /opt/rt3/sbin/rt-setup-database line 170. ...returned with error: 65280 make: *** [initdb] Error 255 Now, the obvious problem is that rt_user has a password assigned to it, but the make initdb for RTFM is not attempting to use one and I am uncertain how to tell it to do so. Any hints? Thank you. _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: sales[at]bestpractical.com Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com We're hiring! Come hack Perl for Best Practical: http://bestpractical.com/about/jobs.html
|