ebruary 27, 2003 8:58 PM
Subject: RE: Problem accessing mysql database using perl script
It should tell you something that ALL tests failed, first off. It sounds like your
problem is that your MySQL libraries aren't in your ld searchpath. Try one of the
following, see if it helps.
Umesh [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 27, 2003 9:49 AM
> To: [EMAIL PROTECTED]
> Subject: Problem accessing mysql database using perl script
>
>
> Hi All,
>
> I have installed MySql database on a RedHat 8.0 Database, I
> am trying to access th
Hi All,
I have installed MySql database on a RedHat 8.0 Database, I am trying to access the
records in a table using the perl script, which is as below:
#! /usr/bin/perl
use DBI;
my $dsn = 'DBI:mysql:engineer:localhost';
my $db_user_name = 'engineer';
my $db_password = 'xport';
my $dbh = DBI->