FYI, The problem is now solved. Because I'm fairly new to this stuff, I made the terrible mistake of trying to run my first Perl / SQL script from an editor. Big mistake. If any of you out there have had this problem (Can't Create IP Socket) then I suggest you do the following.... 1. Make sure Perl and mYSQL are installed in the default location on C:\mySQL and c:\Perl. 2. Make sure you have loaded the DBI / DBD-mySQL modules for Perl (using the PPM INSTALL utility). Also make sure you're not having firewall interruption. 3. If you've done all this and you still get a socket IP thing coming up, make sure you've tested your perl script from the command prompt. Do this by typing "Perl PROGRAMNAME". If you are using an editor, it may not give the same results as running from command prompt (DZ Perl Editor v3 for instance, will give the IP socket error testing under Windows 2000, but not Windows 98). Right. Thanks for your input guys. Now all I gotta do is learn mySQL. Damnit. JT p.s. Thanks to CTB and HERO from DevShed for also suggesting many things.

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.