When I type:
/usr/sbin/rt-setup-database --action init --dba root --prompt-for-dba-password

... I am prompted for a password.  I have entered the "root" password, left it 
blank, and used the password set in /etc/rt3/RT_SiteConfig.pm -  however, no 
matter what I try the following error displays:

DBI connect(';host=localhost','root',...) failed: Can't connect to local MySQL 
server through socket '/var/lib/mysql/mysql.sock' (2) at 
/usr/sbin/rt-setup-database line 105
Failed to connect to dbi:mysql:;host=localhost as root: Can't connect to local 
MySQL server through socket '/var/lib/mysql/mysql.sock' (2) at 
/usr/sbin/rt-setup-database line 105, <STDIN> line 1.

Is this an error because I am not using the correct password?  Here are my 
/etc/rt3/RT_SiteConfig.pm settings:

Set($DatabaseUser , 'rt_user');
Set($DatabasePassword , '[EMAIL PROTECTED]');

Thanks,
Shannon



      
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to