
I have an issue during OTRS installation on my test server.
On step 2 of the installer.pl, I get the following error:
Code: Select all
Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111)
How could I change the location where OTRS is looking for the socket file??
I tried to enter the following parameter in Config.pm, but it don't work...
Code: Select all
$Self->{DatabaseDSN}="DBI:mysql:otrs=$Self->{Database};localhost=$Self->{DatabaseHost};mysql_socket=/u00/app/mysql/admin/mysqld1/socket/mysqld1.sock;";

Cheers
Kaz