MySQL Forums
Forum List  »  Perl

Re: Perl connection to MySQL
Posted by: Thomas Jetten
Date: February 08, 2007 03:41PM

Hi,

Add the following lines in your Perl script:
use DBI;
use DBD::mysql;

if an error like "Can't locate DBI.pm in @INC ..." occurs please install the Perl module "DBI".

if an error like "Can't locate DBD/mysql.pm in @INC ..." occurs please install the Perl module "DBI".


Thomas

Options: ReplyQuote


Subject
Written By
Posted
February 07, 2007 06:00PM
Re: Perl connection to MySQL
February 08, 2007 03:41PM
February 20, 2007 05:04AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.