Connecting to a remote database file using IP address

2002-03-25 Thread Egor Egorov

Paul,
Saturday, March 23, 2002, 5:02:36 PM, you wrote:

PG My question should have been like this ?

PG I am running Apache, MySql and PHP on a Linux server.

PG What I want to do is to open a MySql database that
PG reside on a Windows2000 computer. I don't want to
PG use Samba for security reason.

PG In other words, every thing run's on Linux but the
PG database itself is on the other box wich I can
PG access thru it's IP address.
PG I am not sure to be clear enough

You should install MySQL server on your Windows box and then connect to
database.

PG Thanks
PG Paul Gilbert





-- 
For technical support contracts, goto https://order.mysql.com/
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   ___/   www.mysql.com



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Connecting to a remote database file using IP address

2002-03-23 Thread Paul Gilbert

Hi Egor !

My question should have been like this ?

I am running Apache, MySql and PHP on a Linux server.

What I want to do is to open a MySql database that
reside on a Windows2000 computer. I don't want to
use Samba for security reason.

In other words, every thing run's on Linux but the
database itself is on the other box wich I can
access thru it's IP address.

I am not sure to be clear enough

Thanks
Paul Gilbert

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Connecting to a remote database file using IP address

2002-03-23 Thread Chuck \PUP\ Payne

You don't need samba you can do it from a command line...

...mysql -u user -h hostname or ip -p


Sorry for the ... Thast is not part of the command just outexpress like to
make things captial where they shouldn't be.

Chuck
on 3/23/02 10:02 AM, Paul Gilbert at [EMAIL PROTECTED] wrote:

 Hi Egor !
 
 My question should have been like this ?
 
 I am running Apache, MySql and PHP on a Linux server.
 
 What I want to do is to open a MySql database that
 reside on a Windows2000 computer. I don't want to
 use Samba for security reason.
 
 In other words, every thing run's on Linux but the
 database itself is on the other box wich I can
 access thru it's IP address.
 
 I am not sure to be clear enough
 
 Thanks
 Paul Gilbert
 
 -
 Before posting, please check:
  http://www.mysql.com/manual.php   (the manual)
  http://lists.mysql.com/   (the list archive)
 
 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail
 [EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
 


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php