in reply to MYSQL DBI

The usual approach is to use DBI with the DBD::mysql backend.

The testing reports for DBD::mysql don't look very bright, but then again it's only one failure for Solaris. Older versions have some success reports for Solaris.

Does the client script also run on Solaris, or only the server? If the client runs on a more common platform (such as linux) it might be easier to get the modules installed.

Replies are listed 'Best First'.
Re^2: MYSQL DBI
by Illuminatus (Curate) on Sep 10, 2008 at 18:19 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.
Re^2: MYSQL DBI
by muizelaar (Sexton) on Sep 11, 2008 at 10:44 UTC
    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