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 r
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
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
databa
Original Message-
From: Bill Adams [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 24, 2001 1:10 PM
To: Jason Whitlow
Cc: '[EMAIL PROTECTED]'
Subject: Re: Connecting to a remote database.
Jason Whitlow wrote:
> Sorry for for the dumb question buuut.
>
> I have
Jason Whitlow wrote:
> Sorry for for the dumb question buuut.
>
> I have been connecting to a database on my localhost using perl's DBI.pm
>
> This is how I currently do it.
>
> use DBI;
> $data = "databasename";
> $driver = "DBI:mysql";
> my $dbh = DBI->connect("$driver:database=$data", "use
Sorry for for the dumb question buuut.
I have been connecting to a database on my localhost using perl's DBI.pm
This is how I currently do it.
use DBI;
$data = "databasename";
$driver = "DBI:mysql";
my $dbh = DBI->connect("$driver:database=$data", "username", "password")
or die "