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
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 "
I hope this is not to stupid.
I have looked at how to encrypt strings in my database. I know that you need
to use a blob
and I think I can figure out how to encrypt from a query or SELECT but how
do I
encrypt on the INSERT.
Thanks for your help
Jason
--
I am trying to get on of my apps to display only 5 records at a time. With
Perl attaching to a mysql database. Does anyone have any good Ideas of how
to do this.
Is there a way of doing a select and out of the results saying only give me
5-10 or 10-15?
Any help would
I have just installed Suse Linux 7.1 and I am trying to configure the mysql
database on it.
I new that I was going to be using mysql on this system so I set it up with
its own filesystem. By default it is installed in /var/lib/mysql.
in this directory is the ./mustang-bin.index and also ./mysql/m