lmarcilly@aressi.fr wrote:
so i think stunnel doesn't work properly...
[cut]
2005.07.20 14:07:13 LOG5[14715:0]: Received signal 15; terminating 2005.07.20 14:07:13 LOG7[14715:0]: removing pid file /stunnel.pid
That's quite common to stop working (properly) for a process after receiving signal 15 (SIGTERM). 8-)
mysql -u user --password=xyz i have : Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld. sock'
This socket doesn't exist since there is no MySQL server on the box.
Did you configure your MySQL client to connect stunnel instead of default /var/run/mysqld/mysqld.sock UNIX socket?
The problem is your MySQL client configuration, *not* stunnel.
Best regards, Mike