9 messages in com.mysql.lists.win32re:how to connect to MySQL on remote ...
FromSent OnAttachments
Craig Macdonald23 Jun 1999 10:00 
Craig Macdonald24 Jun 1999 16:17 
Henry Fernandes18 Jul 1999 14:57 
steven holloway18 Jul 1999 18:43 
Henry Fernandes19 Jul 1999 21:35 
Sinisa Milivojevic20 Jul 1999 12:38 
steven holloway20 Jul 1999 17:16 
Tim Pizey20 Jul 1999 19:06 
Simson L. Garfinkel23 Jul 1999 14:44 
Subject:re:how to connect to MySQL on remote machine
From:steven holloway (ste@on-site.com.au)
Date:07/18/1999 06:43:18 PM
List:com.mysql.lists.win32

Hi,

there are a few ways one can connect mysql between systems. Essentailly what are you trying to do???? creating a connection with what?? System A has Mysql System B has ???? what are you using to pull & push data to and from MySQL????

I will explain how I use MySQL.

I use Active Server Pages under NT server & IIS to build web db applications. I use MS ADO to create server side data connections to the database which is my case runs under Linux (for live db's) I use the NT version for developing & testing. the connections I make exist only between the webserver in this case IIS 4.0 and the database service. MySQL has good internal security so it is absolutely necesary to set permissions for username, database, password and hostname(or ip) the connection is made from.

If you give me more ifo on what exactly you trying to do i may well be able to help you!!!

cheers steven