Hi monks,
I have a problem with mysql and perl.
I wrote a cgi that connects to a mysql database on linux.
This cgi calls in a loop select-statements ...
everything well
I tried to used it on Windows XP ...
For a loop < 17 calls it works but bigger then 17 not ...
It hangs up with no return to the browser ...
When i break the cgi in the browser, it writes the result for <17 entries ...
WINDOWS XP
APACHE SERVER
MYSQL 4.0.13-nt
ACTIVEPERL 5.8.0
I tried to use the linux mysql server with Windows (Apache Server, Perl) OK
I tried to use the windows mysql server with Linux(Apache Server, Perl) OK
in the mysql log in see just 17 Queries then it breaks
>> end
...
33 QUERY select ....
33 QUERY select .....
030723 18:18:18 1 show status
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.