database - request tracker fails with mysql configuration error -


i trying install request tracker.

the make testdeps says dependencies present.

how ever problem rt unable connect mysql.

[root@128 rt-4.0.6]# make initialize-database /usr/bin/perl -i/opt/rt4/local/lib -i/opt/rt4/lib sbin/rt-setup-database --action init --prompt-for-dba-password in order create or update rt database, script needs connect  mysql instance on localhost root password: working with: type:       mysql host:       localhost name:       rt4 user:       rt_user dba:        root failed connect dbi:mysql:;host=localhost user 'root': can't connect local mysql server through socket '/var/lib/mysql/mysql.sock' (2)make: *** [initialize-database] error 255  [root@128 rt-4.0.6]# mysql error 2002 (hy000): can't connect local mysql server through socket '/var/lib/mysql/mysql.sock' (2) 

i starting think mysql not correctly configured. following commands wont work.

service mysqld status  /etc/init.d/mysqld restart 

there no file /var/lib/mysql/mysql.sock.

please let me know whet problem is.

i think mysql server not in place.

although had installed mysql using

yum install mysql 

any 1 have comments on installed above command?


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -