Tunneling problem

2001-01-15 Thread Philip Mak
Hello, I have a MySQL account that only accepts connections from localhost for security reasons. I wish to use a local Windows GUI client with the remote MySQL database. I setup SecureCRT (my Windows SSH client) to forward local port to remote port 3306. I try telnetting to localhost

Re: Tunneling problem

2001-01-15 Thread Sinisa Milivojevic
Philip Mak writes: Hello, I have a MySQL account that only accepts connections from localhost for security reasons. I wish to use a local Windows GUI client with the remote MySQL database. I setup SecureCRT (my Windows SSH client) to forward local port to remote port 3306.

Re: Tunneling problem

2001-01-15 Thread Juan Suris
What's the priviledge for the username? I think the privilidege has to explicitly say that it can connect from the IP address of the server machine, not just localhost JuanE Hello, I have a MySQL account that only accepts connections from localhost for security reasons. I wish to use