* Thus wrote Karam Chand:
> --- Curt Zirzow <[EMAIL PROTECTED]> wrote:
> 
> Now, many of the ISPs blokc 3306 for security reason
> and you cannot access MySQL from a 3rd party tool and
> have to use phpMyAdmin which is able to access the
> MySQL server as it is running on the same box.
> Sometimes, SSH tunneling is also not the option :)

There usually is a reason why the port 3306 port is blocked or that
mysql simply doesn't listen to outside addresses on that port.  By
trying to circumstant that will probably result in a violation of
their TOS.

And as Jason suggested, use an ISP that either supports ssh
tunneling (which is preferred and more likely to occur) or find a
ISP that allows port 3336 to the open world.

What you describe is more in the lines of Proxying, which is
probably why I was confused.  And I wouldn't suggest to anyone to
do that kind of proxying, the layers between everything can be
*very* unstable.


Curt
-- 
First, let me assure you that this is not one of those shady pyramid schemes
you've been hearing about.  No, sir.  Our model is the trapezoid!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to