Ken Kinder wrote:
-
The mysql-perl had something called the Perl DBI. Go to this url:
http://www.mysql.com/downloads/api-dbi.html
Get the DBI and the Mysql-Perl tarballs. They are funny to install, but
basicly you untar them:
tar zxvf
then, in the directory crea
The mysql-perl had something called the Perl DBI. Go to this url:
http://www.mysql.com/downloads/api-dbi.html
Get the DBI and the Mysql-Perl tarballs. They are funny to install, but
basicly you untar them:
tar zxvf
then, in the directory created by that:
perl Makefile.PL
make
make
I'm sorry but I have tried to solved this on my own, but I'm unable to. I
have a RH system and I installed the (at the time) most current stable mysql
system 3.23.43-1 and have it up and running. The problem that I have is
that I want to start working with Perl and MySQL, but don't know what I
r