[rt-users] couldnot create database
Jon Daley
bestpractical at jon.limedaley.com
Mon Oct 30 08:22:00 EST 2006
On Mon, 30 Oct 2006, bijayant kumar wrote:
> I am trying to install rt-3.6.1. I have a database dev-db/mysql-4.1.21.
> But when i am trying to run make initialize database i am getting this
> error
>
> srv rt-3.6.1 # make initialize-database /usr/bin/perl
> //opt/rt3/sbin/rt-setup-database --action init --dba root
> --prompt-for-dba-password In order to create or update your RT
> database,Use of uninitialized value in concatenation (.) or string at
> //opt/rt3/sbin/rt-setup-database line 287. this script needs to connect
> to your mysql instance on as root.
It looks like you didn't configure the RT_SiteConfig file, because
it can't find what type of database you are using, nor what host your
database is on.
What do you have these set to?
Set($DatabaseType , 'Pg');
Set($DatabaseHost , 'localhost');
Set($DatabaseRTHost , 'localhost');
More information about the rt-users
mailing list