Re: MySQL through a proxy server - WeOnlyDo Discussion board

Re: MySQL through a proxy server (General questions)

by wodSupport, Tuesday, November 08, 2005, 17:20 (6954 days ago) @ Damon

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: