Hi there, (I originally posted this topic FYI!!) Yeah, it's not a problem with mySQL. I can access and work happily with SQL databases. In fact, I've already designed the databases on my local machine using MyCC. I've heard this error is coming from within the DBI module, but don't know enough about it (obviously) to know for sure. When I install MySQL and Perl under Windows 98 on the same PC, it works no problem whatsoever. It just seems to be under Windows 2000. I've tried this on two independant machines and the same result appears on both of them. This is the order in which I set things up (under 98 and 2k)... 1. Install ActivePerl 5.6.1.633 2. Install DBI and DBD-mySQL modules for Perl (latest from CPAN) 3. Install mySQL 4. Installed mySQL service and started (running fine) 5. Try my program. The wierdest thing about this is that it all works no problem under 98. I've heard of people using the same development environment as I am, that have no probs under 2K. Any more ideas? Thanks, JT

In reply to Re: Connection to mySQL by JonnyThunder
in thread Connection to mySQL by Anonymous Monk

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.