
5 Mar
2003
5 Mar
'03
6:27 p.m.
Hi all,
I'm wondering if it's possible to use TCP/IP to connect to mysql instead of using a unix socket. I'm running otrs within a chrooted jail and have to create a hard link to mysql.sock everytime mysqld is restarted. This is becoming a bit of a problem. ;)
For others having this problem, I solved it by removing the hard link and recreating it in the mysqld startup script. Problem appears to be solved. Thanks, Paul