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

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

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