muizelaar has asked for the wisdom of the Perl Monks concerning the following question:

Hi All Hope you can help me, I need to be able to run Perl scripts against a MYSQL DB on SPARC platform running Solaris 10. I have searched CPAN but cat seem to find a module to do this. Any help would be gratefully received

Replies are listed 'Best First'.
Re: MYSQL DBI
by moritz (Cardinal) on Sep 10, 2008 at 15:59 UTC
      I have used DBD::mysql on Solaris 10 fairly extensively with no problems. Have you already tried this module? Was there some specific problem you experienced?
        No problem, I just wanted to make sure that I didn't recommend something that doesn't run at all on Solaris, so I mused a bit over the cpan tester reports.
      Hi Moritz Both the MYSQL DB and the client scripts are on Solaris. Ill give your suggested modulus a ago. Fingers crossed :) Thanks for your help
Re: MYSQL DBI
by leocharre (Priest) on Sep 11, 2008 at 14:14 UTC

    A sidenote... I've had troubles in the past running DBD::mysql , one platform would work, one would not. I was under the impression, that it was a DBI or DBD::mysql problem- so I checked versions against each other on those systems and against cpan.

    What was freaking going on.. is that my mysqld / mysql-devel versions were varied. I would get DBI errors for sql queries on one machine and not another. I wasn't realizing that I was really getting errors from two different mysqld database servers.