Which raises the question of why are you using the msql-mysql module? If you are planning on using MySQL the DBD::mysql module is to be preffered.

jdtoronto

updated Corrected spelling of module name. Thanks gmax!

<added> After replying I wondered if you were using msql - I checked and the website for that product http://www.hughes.com.au seems to be unreachable. Maybe if you tell us what you are trying to achieve, on which platform and with which version of Perl we can offer some advice. The msql-mysql module you referred to has not been maintained in about three years and is relying on DBI version 0.93, currently DBI is at v1.38.

updated I had a prowel around the everything site. Several people describing their installation experiences talk about downloading all the mopdules from CPAN and having no troubles. The msql-mysql-modules package has been upgraded and is now at version 1.2219 - you may want to try that. Or, as others have described, install the latest DBI from CPAN and then add the latest DBD::mysql.


In reply to Re: Is my DBI up to date or not? by jdtoronto
in thread Is my DBI up to date or not? by silent11

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.