I am trying to get a codestriker server up using fedora 12 with mysql as database.
The mysql repository is in custom path instead of the standard path. I have modified the /etc/my.conf to read
<snip>
[client]
socket=/srv/mysql/mysql.sock
[mysqld]
datadir=/srv/mysql
socket=/srv/mysql/mysql.sock
</snip>
It works fine with the local mysql client.
However when I try to run install.pl in codestriker I get the following error:
DBI connect('dbname=codestrikerdb','codestriker',...) failed: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13) at /var/www/codestriker/codestriker-1.9.10/lib/Codestriker/DB/Database.pm line 61
I am not able to proceed further due to this error.
Expected behavior: Codestriker should try to connect to any mysql socket instead of the default one.
Nobody/Anonymous
None
None
Public