[rt-users] make install problems

Patrick O. Fish patrick at pwhsnet.com
Mon Oct 21 02:20:54 EDT 2002


I went though the manual, and searched the archives, but nothing helped.

# make install
<snip>
Enter the mysql administrator's database password to create a new user for RT
Enter the mysql administrator's database password to nondestructively reload the database
/usr/bin/perl   tools/initdb 'mysql' '/usr/local' 'localhost' '' 'rt_user' 'rt2' insert
Now populating database schema.
Enter the mysql password for rt_user:
Creating database schema.
DBI->connect(dbname=rt2;host=localhost) failed: Access denied for user: 'rt_user at localhost' (Using password: YES) at tools/initdb line 144
Access denied for user: 'rt_user at localhost' (Using password: YES) at tools/initdb line 144, <STDIN> chunk 1.
*** Error code 255

Stop in /root/rt-2-0-15.
#


# Set DB_DBA to the name of a DB user with permission to create new databases
# Set DB_DBA_PASSWORD to that user's password (if you don't, you'll be prompted
# later)

# For mysql, you probably want 'root'
# For Pg, you probably want 'postgres'
# For oracle, you want 'system'

DB_DBA                  =       root
DB_DBA_PASSWORD         =       <myrootmysqlpassword>


Any ideas?

-p
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20021020/63c22089/attachment.htm>


More information about the rt-users mailing list