AutoReply: Re: External Access

2003-08-22 Thread educredit
Thank you for the Email. I will contact you within 24 hours. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: External Access

2003-08-22 Thread Jeremy Zawodny
On Fri, Aug 22, 2003 at 09:20:08AM -0500, Christensen, Dave wrote: > This may seem like a stupid question, but I haven't been able to track down > an answer yet. We're going to try to access a remote MySQL server that is > protected behind a firewall. I know that we need to open a port, such as >

Re: External Access

2003-08-22 Thread Brian Reichert
On Fri, Aug 22, 2003 at 09:20:08AM -0500, Christensen, Dave wrote: > I know that we need to open a port, such as > 3306, to access the server. My question is whether that port requires TCP, > UDP or both to be open. TCP. > Thanks! > > David Christensen > Brokers International, Ltd. > 1200 E Mai

Re: External Access

2003-08-22 Thread Joseph Bueno
Christensen, Dave wrote: This may seem like a stupid question, but I haven't been able to track down an answer yet. We're going to try to access a remote MySQL server that is protected behind a firewall. I know that we need to open a port, such as 3306, to access the server. My question is wheth

External Access

2003-08-22 Thread Christensen, Dave
This may seem like a stupid question, but I haven't been able to track down an answer yet. We're going to try to access a remote MySQL server that is protected behind a firewall. I know that we need to open a port, such as 3306, to access the server. My question is whether that port requires TCP

Re: external access to mysql

2001-02-13 Thread Michael Tuminello
or write a web page that queries the database directly with php, perl dbi or whatever. then you don't have to set up separate accounts, give people telnet access, etc. MT >Search for the information on grant tables on mysql.com. > >.. Atle > >On Mon, 12 Feb 2001, Mike Yuen wrote: > >> I and

Re: external access to mysql

2001-02-13 Thread Atle Veka
Search for the information on grant tables on mysql.com. .. Atle On Mon, 12 Feb 2001, Mike Yuen wrote: > I and 2 others are working on a web site an occasionally. Each of us are > in different locations and exchange info email. Some of them > need to query the database to compare results wi

Re: external access to mysql

2001-02-12 Thread Teddy A Jasin
Hi, again phpmyadmin can do this :) Teddy - Original Message - From: "Mike Yuen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 13, 2001 1:45 PM Subject: external access to mysql > I and 2 others are working on a web site an occasiona

external access to mysql

2001-02-12 Thread Mike Yuen
I and 2 others are working on a web site an occasionally. Each of us are in different locations and exchange info email. Some of them need to query the database to compare results with what is on the site with the MySQL database. My question is, is there a way to allow access to my database by