Re: MySQL through a proxy server (General questions)
Damon,
I think that problem is when StopAll is called component is not yet connected. It takes time for it to connect. It's best to move StartAll to Connected event body.
After that you can start MySQL redirection. However, if both wodSSHTunnel and MYSQL Client live in same thread, that could block too.
Solution would be to move MySQL to another thread, or wodSSHTunnel to another thread, or set Threads = True in wodSSHTUnnel, or use wodSSHTunnel EXE.
Kreso
Complete thread:
- MySQL through a proxy server - Damon, 2005-11-08, 16:16
- Re: MySQL through a proxy server - wodSupport, 2005-11-08, 17:20