MySQL Forums
Forum List  »  Perl

Re: Trying to connect to mysql 5 with perl CGI script
Posted by: Scott Spearman
Date: February 09, 2007 03:24PM

It looks like you've installed DBI, but not the MYSQL DBD files- the specific definitions to let DBI use MySQL as a data source. Try cpan or ppm (based on if you're using activestate or not) and install "DBD::mysql" (or "DBD-mysq" for activestate) and try again.

Options: ReplyQuote


Subject
Written By
Posted
Re: Trying to connect to mysql 5 with perl CGI script
February 09, 2007 03:24PM


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.