[rt-users] Some clarifications with initializing rt database
Vivek Khera
vivek at khera.org
Wed Mar 15 11:15:46 EST 2006
On Mar 14, 2006, at 8:04 PM, jay alvarez wrote:
> 1. Do I have to manually "createdb rt3" or will "make initialize-
> database" create one for me??
>
looks like you're using the freebsd port to do this... it is assuming
mysql default values. you need to set the variable DB_DBA_USER=pgsql
in your make command:
make initialize-database DB_DBA_USER=pgsql
it looks like for you the default DB_DATABASE and DB_HOST are
sufficient.
More information about the rt-users
mailing list