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

RE: Connecting to a remote database.

2001-10-24 Thread Jason Whitlow
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

Re: Connecting to a remote database.

2001-10-24 Thread Bill Adams
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